aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2011-08-24 21:33:53 +0100
committerSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2011-08-24 21:33:53 +0100
commit50b48c3ea7b9601c1ab29f786bb0d88eb4149474 (patch)
treeb1419f6f1bae99059c9425fd144d12c4f8ea3825 /src/common/util.h
parent476807211c30491a92344b0222274aefbc5b5e8a (diff)
downloadtor-50b48c3ea7b9601c1ab29f786bb0d88eb4149474.tar
tor-50b48c3ea7b9601c1ab29f786bb0d88eb4149474.tar.gz
Improve comments and fix one bug
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index b4ae3f858..2602628ab 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -366,7 +366,7 @@ typedef struct process_handle_s {
int stderr_pipe;
FILE *stdout_handle;
FILE *stderr_handle;
- int pid;
+ pid_t pid;
#endif // MS_WINDOWS
} process_handle_t;