seaweedfs/weed/stats/memory_notsupported.go

10 lines
166 B
Go
Raw Normal View History

// +build !linux
package stats
2019-09-02 10:28:40 +00:00
import "github.com/joeslay/seaweedfs/weed/pb/volume_server_pb"
func fillInMemStatus(status *volume_server_pb.MemStatus) {
return
}