aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync_pipe.h')
-rw-r--r--sync_pipe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync_pipe.h b/sync_pipe.h
index b5d80cb706..029f29fed1 100644
--- a/sync_pipe.h
+++ b/sync_pipe.h
@@ -78,4 +78,10 @@ extern void
sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg,
const char *secondary_error_msg);
+/** Has the parent signalled the child to stop? */
+#define SIGNAL_PIPE_CTRL_ID_NONE "none"
+#ifdef _WIN32
+#define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal"
+#endif
+
#endif /* sync_pipe.h */