summaryrefslogtreecommitdiff
path: root/sync_pipe.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-04-28 00:12:20 +0000
committerGerald Combs <gerald@wireshark.org>2016-04-28 00:12:31 +0000
commitb16166c36abc6c63d9643defd1f2fb8ef5cf6343 (patch)
tree823c0d5554dc8644e40a8a4352de0475b9dd552f /sync_pipe.h
parente5f4c5c8a80e2f5970b8c1d4fdfc29ab851f0e6f (diff)
downloadwireshark-b16166c36abc6c63d9643defd1f2fb8ef5cf6343.tar.gz
Revert "Windows: Wait for dumpcap to initialize."
This didn't fix the test failures. This reverts commit e5f4c5c8a80e2f5970b8c1d4fdfc29ab851f0e6f. Change-Id: I0cff5eff88d2b49806797cef83338dbbace42a4c Reviewed-on: https://code.wireshark.org/review/15135 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'sync_pipe.h')
-rw-r--r--sync_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync_pipe.h b/sync_pipe.h
index 0fac40b5f0..455b2b4bd6 100644
--- a/sync_pipe.h
+++ b/sync_pipe.h
@@ -62,7 +62,6 @@
* Win32 only: Indications sent out on the signal pipe (from parent to child)
* (UNIX-like sends signals for this)
*/
-#define SP_INIT 'I' /* child process initialized */
#define SP_QUIT 'Q' /* "gracefully" capture quit message (SIGUSR1) */
/* write a single message header to the recipient pipe */