aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 7c344e31a7..da8981dcfb 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -211,7 +211,7 @@ typedef struct interface_options_tag {
gchar *extcap;
gchar *extcap_fifo;
GHashTable *extcap_args;
- GPid extcap_pid; /* pid of running process or INVALID_EXTCAP_PID */
+ GPid extcap_pid; /* pid of running process or WS_INVALID_PID */
gpointer extcap_pipedata;
guint extcap_child_watch;
#ifdef _WIN32