aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-05-17 20:20:23 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-06-12 19:48:23 +0200
commit7d7c9c550f5d83c652719be31a350a9f8f306b3c (patch)
treeab581a0ab6f18a9fbab1643e5438a332b73d957c /executor/executor.cc
parent1ab96df8855796901f133c1afab0f7384fc92eea (diff)
csource: add EnableTun option
Diffstat (limited to 'executor/executor.cc')
-rw-r--r--executor/executor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index 044410792..800ac932e 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -31,6 +31,7 @@
#include "syscalls.h"
#define SYZ_EXECUTOR
+#define SYZ_TUN_ENABLE
#include "common.h"
#define KCOV_INIT_TRACE _IOR('c', 1, unsigned long long)