aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-05 12:02:28 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-05 12:05:32 +0200
commit88aa7681842e294d4cb7c440abbbd51dacf54153 (patch)
tree977ed18023f5e55ec2bdc38da9ade00bbbc05528 /config.h
parentea636f4ab6552c60a16a57559821afd17a48f5dc (diff)
nDPId daemonize / pidfile support + improved syslog logging
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index d1f744b0b..6fdb457f4 100644
--- a/config.h
+++ b/config.h
@@ -9,6 +9,7 @@
#define NETWORK_BUFFER_MAX_SIZE 8192
/* nDPId default config options */
+#define nDPId_PIDFILE "/tmp/ndpid.pid"
#define nDPId_MAX_FLOW_ROOTS_PER_THREAD 2048
#define nDPId_MAX_IDLE_FLOWS_PER_THREAD 64
#define nDPId_TICK_RESOLUTION 1000