aboutsummaryrefslogtreecommitdiff
path: root/weed/stats/memory_notsupported.go
blob: f795aec9ce08ff861e9b84a0ea964f46c75b938b (plain)
1
2
3
4
5
6
7
8
9
10
//go:build !linux
// +build !linux

package stats

import "github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"

func fillInMemStatus(status *volume_server_pb.MemStatus) {
	return
}