aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 2f96886d90..c47519329d 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -104,6 +104,10 @@ typedef struct capture_options_tag {
#endif
capture_state state; /**< current state of the capture engine */
gboolean output_to_pipe; /**< save_file is a pipe (named or stdout) */
+#ifndef _WIN32
+ uid_t owner; /**< owner of the cfile */
+ gid_t group; /**< group of the cfile */
+#endif
} capture_options;
/* initialize the capture_options with some reasonable values */