From 4852c618d8f38a20111ab38a45c92a0d98f2713d Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 27 Apr 2005 19:43:02 +0000 Subject: add a state member to the capture_opts, and set it according to the capture engine svn path=/trunk/; revision=14205 --- capture_opts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'capture_opts.c') 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; } -- cgit v1.2.3