aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-23 22:04:31 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-23 22:04:31 +0000
commitb6ab688e0a43bdb00a9d26b364b050cfd323d016 (patch)
tree27b961c494d75773a080315c7ddc81ae42892332 /capture_sync.h
parent0c03b4b00263a49ef4deb76786655bb0952ac654 (diff)
pass child capture filename to parent process (name currently unused) and some fork_child cleanup
svn path=/trunk/; revision=13482
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);