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
commit c0d2867a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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