seaweedfs/weed/stats/memory_notsupported.go
2019-09-02 11:28:40 +01:00

10 lines
166 B
Go

// +build !linux
package stats
import "github.com/joeslay/seaweedfs/weed/pb/volume_server_pb"
func fillInMemStatus(status *volume_server_pb.MemStatus) {
return
}