From c2faf9b2d5b583f53d01b8b483e26b61ed72cbbf Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 16 Jan 2019 14:50:43 +0100 Subject: all: detect extra coverage support Based on whether the kernel supports KCOV_REMOTE_ENABLE ioctl. --- pkg/ipc/ipc.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/ipc') 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 -- cgit mrf-deployment