mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 11:04:21 +01:00
clh: fix build
PR #2202 changed createSandbox() interface but didn't get a chance to match with cloud hypervisor change. Fixes: #2213 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user