Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2214 from bergwolf/fix-build
Browse files Browse the repository at this point in the history
clh: fix build
  • Loading branch information
WeiZhang555 authored Nov 19, 2019
2 parents 45faacf + 510f0a6 commit c0d2867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/clh.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c0d2867

Please sign in to comment.