From 32f393b6118c8eecdb4d4b12e4ca6b48e3a048c6 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Mon, 20 Jun 2016 15:31:17 -0700 Subject: [PATCH] Pack Port to be slightly more optimal in terms of struct memory usage. --- command/agent/rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/rpc.go b/command/agent/rpc.go index c763dd0bab..9232be5750 100644 --- a/command/agent/rpc.go +++ b/command/agent/rpc.go @@ -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