summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--capchild/capture_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_session.h b/capchild/capture_session.h
index e10eeb5f7b..cb4b3793bd 100644
--- a/capchild/capture_session.h
+++ b/capchild/capture_session.h
@@ -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 */