Pack Port to be slightly more optimal in terms of struct memory usage.

This commit is contained in:
Sean Chittenden 2016-06-20 15:31:17 -07:00
parent b3df5d3a87
commit 32f393b611
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -154,9 +154,9 @@ type logRecord struct {
type Member struct {
Name string
Addr net.IP
Port uint16
Tags map[string]string
Status string
Port uint16
ProtocolMin uint8
ProtocolMax uint8
ProtocolCur uint8