diff options
Diffstat (limited to 'include/io/channel-command.h')
-rw-r--r-- | include/io/channel-command.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/io/channel-command.h b/include/io/channel-command.h index 305ac1d280..98934e6d9e 100644 --- a/include/io/channel-command.h +++ b/include/io/channel-command.h @@ -41,7 +41,10 @@ struct QIOChannelCommand { QIOChannel parent; int writefd; int readfd; - pid_t pid; + GPid pid; +#ifdef WIN32 + bool blocking; +#endif }; |