summaryrefslogtreecommitdiff
path: root/capture_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index a0a9f55185..46eff4a715 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -58,9 +58,11 @@ extern void
sync_pipe_kill(int fork_child);
/** Has the parent signalled the child to stop? */
+#define SIGNAL_PIPE_CTRL_ID_NONE "none"
#ifdef _WIN32
extern gboolean
signal_pipe_check_running(void);
+#define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal"
#endif
/** Get an interface list using dumpcap */