mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-12-15 02:59:06 +08:00
731b3aadbe
Co-authored-by: Dave St.Germain <dcs@adullmoment.com>
11 lines
222 B
Go
11 lines
222 B
Go
//go:build netbsd || plan9 || solaris
|
|
// +build netbsd plan9 solaris
|
|
|
|
package stats
|
|
|
|
import "github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
|
|
|
|
func fillInDiskStatus(status *volume_server_pb.DiskStatus) {
|
|
return
|
|
}
|