aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-03 22:48:20 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-03 22:48:20 +0000
commit281710f10d2a67eaa6668571661e9ef4250a7768 (patch)
tree67db939f06b268e7ecd9e85c3391001fe4c6ef43 /capture.h
parentee99dbed353fe33bbb8d5d2d1534940cf74cd954 (diff)
move capture_file_fd field from capture_file to capture_opts type, as this is the place where it should be
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13268 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture.h b/capture.h
index 0b2bec89ed..0d1c9d8339 100644
--- a/capture.h
+++ b/capture.h
@@ -47,6 +47,7 @@ typedef struct capture_options_tag {
int linktype; /**< Data link type to use, or -1 for
"use default" */
gboolean capture_child; /**< True if this is the child for "-S" */
+ int save_file_fd; /**< File descriptor for saved file */
/* GUI related */
gboolean sync_mode; /**< Fork a child to do the capture,