summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTibor Vass <tibor@docker.com>2016-07-25 20:31:02 -0700
committerTibor Vass <tibor@docker.com>2016-07-26 04:37:31 -0700
commit0ffa19daa874d129a7e834f29c3f7ea1f2bdccfb (patch)
tree31748070ed4575d5e7ebfa10f794705c3ad5c009
parentc3574dd1ec3eb05fa11af047ae34dd5bd5aa247f (diff)
downloaddocker-0ffa19daa874d129a7e834f29c3f7ea1f2bdccfb.tar.gz
vendor engine-api to a52656d77f09d394104c1639824eada038bfdb89
Signed-off-by: Tibor Vass <tibor@docker.com> (cherry picked from commit e3c150bd470162d7a1a168f125a5e9a3b32b6a00) Signed-off-by: Tibor Vass <tibor@docker.com>
-rwxr-xr-xhack/vendor.sh2
-rw-r--r--vendor/src/github.com/docker/engine-api/types/types.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/hack/vendor.sh b/hack/vendor.sh
index e613881dbd..685c7080bf 100755
--- a/hack/vendor.sh
+++ b/hack/vendor.sh
@@ -60,7 +60,7 @@ clone git golang.org/x/net 2beffdc2e92c8a3027590f898fe88f69af48a3f8 https://gith
clone git golang.org/x/sys eb2c74142fd19a79b3f237334c7384d5167b1b46 https://github.com/golang/sys.git
clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
clone git github.com/docker/go-connections fa2850ff103453a9ad190da0df0af134f0314b3d
-clone git github.com/docker/engine-api 53b6b19ee622c8584c28fdde0e3893383b290da3
+clone git github.com/docker/engine-api a52656d77f09d394104c1639824eada038bfdb89
clone git github.com/RackSec/srslog 259aed10dfa74ea2961eddd1d9847619f6e98837
clone git github.com/imdario/mergo 0.2.1
diff --git a/vendor/src/github.com/docker/engine-api/types/types.go b/vendor/src/github.com/docker/engine-api/types/types.go
index 3ed52175b9..95c1b602ee 100644
--- a/vendor/src/github.com/docker/engine-api/types/types.go
+++ b/vendor/src/github.com/docker/engine-api/types/types.go
@@ -256,6 +256,7 @@ type Info struct {
Runtimes map[string]Runtime
DefaultRuntime string
Swarm swarm.Info
+ LiveRestore bool
}
// PluginsInfo is a temp struct holding Plugins name