mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
10 lines
171 B
Go
10 lines
171 B
Go
// +build !linux
|
|
|
|
package stats
|
|
|
|
import livekit "github.com/livekit/protocol/proto"
|
|
|
|
func updateCurrentNodeSystemStats(nodeStats *livekit.NodeStats) error {
|
|
return nil
|
|
}
|