diff options
Diffstat (limited to 'libpod/state.go')
-rw-r--r-- | libpod/state.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/state.go b/libpod/state.go index 98282fc83..4296fc3cd 100644 --- a/libpod/state.go +++ b/libpod/state.go @@ -8,6 +8,7 @@ type DBConfig struct { StorageRoot string StorageTmp string GraphDriver string + VolumePath string } // State is a storage backend for libpod's current state. |