summaryrefslogtreecommitdiff
path: root/libpod/runtime_migrate_unsupported.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-29 15:05:03 +0100
committerGitHub <noreply@github.com>2019-11-29 15:05:03 +0100
commit39c705e9405faa4d02b71165d05eec1e7bb44d93 (patch)
treef2b2ec4d93638ac661ab8f0c8c6aa38f234e8552 /libpod/runtime_migrate_unsupported.go
parent7b99ef0b84c7b5e758544d0a25956674e7ea7db1 (diff)
parent79bf5010eda37c07f577414ae71ecb8f8c8714a2 (diff)
downloadpodman-39c705e9405faa4d02b71165d05eec1e7bb44d93.tar.gz
podman-39c705e9405faa4d02b71165d05eec1e7bb44d93.tar.bz2
podman-39c705e9405faa4d02b71165d05eec1e7bb44d93.zip
Merge pull request #4558 from rhatdan/reset
Add podman system reset command
Diffstat (limited to 'libpod/runtime_migrate_unsupported.go')
-rw-r--r--libpod/runtime_migrate_unsupported.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpod/runtime_migrate_unsupported.go b/libpod/runtime_migrate_unsupported.go
index 1a9e46fdc..e362cca63 100644
--- a/libpod/runtime_migrate_unsupported.go
+++ b/libpod/runtime_migrate_unsupported.go
@@ -9,3 +9,7 @@ import (
func (r *Runtime) migrate(ctx context.Context) error {
return nil
}
+
+func stopPauseProcess() error {
+ return nil
+}