diff --git a/virtcontainers/clh.go b/virtcontainers/clh.go index 3aa407725b..c77b98e6d4 100644 --- a/virtcontainers/clh.go +++ b/virtcontainers/clh.go @@ -109,7 +109,7 @@ var clhDebugKernelParams = []Param{ // //########################################################### -func (clh *cloudHypervisor) createSandbox(ctx context.Context, id string, networkNS NetworkNamespace, hypervisorConfig *HypervisorConfig, vcStore *store.VCStore) error { +func (clh *cloudHypervisor) createSandbox(ctx context.Context, id string, networkNS NetworkNamespace, hypervisorConfig *HypervisorConfig, vcStore *store.VCStore, stateful bool) error { clh.ctx = ctx span, _ := clh.trace("createSandbox")