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 aaa23b4fc..f731a8735 100644
--- a/libpod/define/volume_inspect.go
+++ b/libpod/define/volume_inspect.go
@@ -56,6 +56,8 @@ 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"`
}
type VolumeReload struct {