diff options
Diffstat (limited to 'include/io/channel-command.h')
-rw-r--r-- | include/io/channel-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/channel-command.h b/include/io/channel-command.h index 305ac1d..8dc5827 100644 --- a/include/io/channel-command.h +++ b/include/io/channel-command.h @@ -41,7 +41,7 @@ struct QIOChannelCommand { QIOChannel parent; int writefd; int readfd; - pid_t pid; + GPid pid; }; |