fix Solaris build (I've removed O_BINARY)
[obnox/wireshark/wip.git] / capture.h
index 2acffc47383e67f8dab885554b9bd096240b45bf..dfdc747ec931707a6efc1c9fc8d2d3ff49e19160 100644 (file)
--- a/capture.h
+++ b/capture.h
@@ -53,8 +53,7 @@ typedef struct capture_options_tag {
     gchar    *save_file;    /**< the capture file name */
 
     /* GUI related */
-    gboolean sync_mode;     /**< Fork a child to do the capture,
-                                 and sync between them */
+    gboolean real_time_mode;/**< Update list of packets in real time */
     gboolean show_info;     /**< show the info dialog */
     gboolean quit_after_cap;    /** Makes a "capture only mode". Implies -k */