fear: Implement 'mc support top net' (#17598)

This commit is contained in:
jiuker
2023-07-14 02:41:19 +08:00
committed by GitHub
parent fc6d873758
commit 183428db03
6 changed files with 85 additions and 3 deletions

View File

@@ -393,6 +393,10 @@ var (
// Is _MINIO_DISABLE_API_FREEZE_ON_BOOT set?
globalDisableFreezeOnBoot bool
// Contains NIC interface name used for internode communication
globalInternodeInterface string
globalInternodeInterfaceOnce sync.Once
// Add new variable global values here.
)