summaryrefslogtreecommitdiff
path: root/libpod/define/volume_inspect.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/define/volume_inspect.go')
-rw-r--r--libpod/define/volume_inspect.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpod/define/volume_inspect.go b/libpod/define/volume_inspect.go
index fac179176..4b91c3ece 100644
--- a/libpod/define/volume_inspect.go
+++ b/libpod/define/volume_inspect.go
@@ -56,4 +56,6 @@ type InspectVolumeData struct {
// a container, the container will chown the volume to the container process
// UID/GID.
NeedsChown bool `json:"NeedsChown,omitempty"`
+ // Timeout is the specified driver timeout if given
+ Timeout int `json:"Timeout,omitempty"`
}