diff options
Diffstat (limited to 'src/dged/process.h')
| -rw-r--r-- | src/dged/process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dged/process.h b/src/dged/process.h index cefec8c..179b9fa 100644 --- a/src/dged/process.h +++ b/src/dged/process.h @@ -13,9 +13,9 @@ typedef int fd_t; struct platform_process; struct process { uint64_t id; - fd_t stdin; - fd_t stdout; - fd_t stderr; + fd_t stdin_; + fd_t stdout_; + fd_t stderr_; struct platform_process *impl; }; |
