Merge pull request #2214 from bergwolf/fix-build

clh: fix build
This commit is contained in:
zhangwei_cs
2019-11-19 18:39:57 +08:00
committed by GitHub

View File

@@ -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 clh.ctx = ctx
span, _ := clh.trace("createSandbox") span, _ := clh.trace("createSandbox")