Browse code

vendor engine-api 0.2.3 to add SystemStatus in Info type

Signed-off-by: Tibor Vass <tibor@docker.com>

Tibor Vass authored on 2016/02/03 03:45:03
Showing 2 changed files
... ...
@@ -22,7 +22,7 @@ clone git github.com/vdemeester/shakers 3c10293ce22b900c27acad7b28656196fcc2f73b
22 22
 clone git golang.org/x/net 47990a1ba55743e6ef1affd3a14e5bac8553615d https://github.com/golang/net.git
23 23
 clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
24 24
 clone git github.com/docker/go-connections v0.1.2
25
-clone git github.com/docker/engine-api v0.2.2
25
+clone git github.com/docker/engine-api v0.2.3
26 26
 clone git github.com/RackSec/srslog 6eb773f331e46fbba8eecb8e794e635e75fc04de
27 27
 clone git github.com/imdario/mergo 0.2.1
28 28
 
... ...
@@ -198,6 +198,7 @@ type Info struct {
198 198
 	Images             int
199 199
 	Driver             string
200 200
 	DriverStatus       [][2]string
201
+	SystemStatus       [][2]string
201 202
 	Plugins            PluginsInfo
202 203
 	MemoryLimit        bool
203 204
 	SwapLimit          bool