aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ipc')
-rw-r--r--pkg/ipc/ipc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ipc/ipc.go b/pkg/ipc/ipc.go
index b3799ebfb..f54cfa8d3 100644
--- a/pkg/ipc/ipc.go
+++ b/pkg/ipc/ipc.go
@@ -34,6 +34,7 @@ const (
FlagEnableTun // initialize and use tun in executor
FlagEnableNetDev // setup a bunch of various network devices for testing
FlagEnableFault // enable fault injection support
+ FlagExtraCover // collect extra coverage
// Executor does not know about these:
FlagUseShmem // use shared memory instead of pipes for communication
FlagUseForkServer // use extended protocol with handshake