Fix a comment to match we-run-on-Windows-too reality.

Change-Id: I68a299afd1d8228e7c842f66ffd3b4ee1ffb3798
Reviewed-on: https://code.wireshark.org/review/20014
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-02-07 18:21:00 -08:00
parent ddd83806f0
commit b3068a0d1b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ struct _info_data;
* State of a capture session.
*/
typedef struct _capture_session {
ws_process_id fork_child; /**< If not -1, in parent, process ID of child */
ws_process_id fork_child; /**< If not WS_INVALID_PID, in parent, process ID of child */
int fork_child_status; /**< Child exit status */
#ifdef _WIN32
int signal_pipe_write_fd; /**< the pipe to signal the child */