aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 22:04:31 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 22:04:31 +0000
commit45f547460f00672e029a46b60364be3f2560e47c (patch)
tree27b961c494d75773a080315c7ddc81ae42892332 /capture_sync.h
parentf7d612e60f61a793efac8adfa34a8ee5ccc6f279 (diff)
pass child capture filename to parent process (name currently unused) and some fork_child cleanup
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13482 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 2f8ec9c3fb..084fcc2e1c 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -69,6 +69,10 @@ sync_pipe_packet_count_to_parent(int packet_count);
extern void
sync_pipe_drops_to_parent(int drops);
+/** the child has opened a new capture file, notify the parent */
+extern void
+sync_pipe_filename_to_parent(const char *filename);
+
/** the child encountered an error, notify the parent */
extern void
sync_pipe_errmsg_to_parent(const char *errmsg);