aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-27 19:43:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-27 19:43:02 +0000
commit4852c618d8f38a20111ab38a45c92a0d98f2713d (patch)
tree01760ef2326c4be026922aff015e8931d4883a86 /capture_opts.c
parentb979f69c0c2f3b4a70f00730c581cb53b1aa1d37 (diff)
add a state member to the capture_opts, and set it according to the capture engine
svn path=/trunk/; revision=14205
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 3c4f126dc2..938c2832b7 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -85,6 +85,7 @@ capture_opts_init(capture_options *capture_opts, void *cfile)
#ifdef _WIN32
capture_opts->signal_pipe_fd = -1;
#endif
+ capture_opts->state = CAPTURE_STOPPED;
}