summaryrefslogtreecommitdiff
path: root/pkg/machine/wsl/machine.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-26 09:08:31 -0400
committerGitHub <noreply@github.com>2022-04-26 09:08:31 -0400
commite7c30d855f7c827f3b8f7c9fcf7465a7543e3d29 (patch)
tree2a31481c55271a98de43e19d5a312cb164b7e810 /pkg/machine/wsl/machine.go
parentace6672bf1a9b011a3c414783496668b5f27f3eb (diff)
parentd441a711e5590cc579ae0e0a73ea463718d4d79e (diff)
downloadpodman-e7c30d855f7c827f3b8f7c9fcf7465a7543e3d29.tar.gz
podman-e7c30d855f7c827f3b8f7c9fcf7465a7543e3d29.tar.bz2
podman-e7c30d855f7c827f3b8f7c9fcf7465a7543e3d29.zip
Merge pull request #13996 from cdoern/machine
machine starting status
Diffstat (limited to 'pkg/machine/wsl/machine.go')
-rw-r--r--pkg/machine/wsl/machine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/wsl/machine.go b/pkg/machine/wsl/machine.go
index 38bd4e96d..f57dbd299 100644
--- a/pkg/machine/wsl/machine.go
+++ b/pkg/machine/wsl/machine.go
@@ -1028,7 +1028,7 @@ func (v *MachineVM) Stop(name string, _ machine.StopOptions) error {
// TODO: We need to rename isRunning to State(); I do not have a
// windows system to test this on.
-func (v *MachineVM) State() (machine.Status, error) {
+func (v *MachineVM) State(bypass bool) (machine.Status, error) {
return "", define.ErrNotImplemented
}