aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-12 00:49:14 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-12 00:49:14 +0000
commit9014a563e22c07927b8c319d1458d96fe0a35f67 (patch)
tree3dbd114615709ea721bd2500e7c03b13b520b57e /src/include/gnunet_os_lib.h
parent0bafde3a5b49eb06e01103fa1b0d98ab6c25b84d (diff)
downloadgnunet-9014a563e22c07927b8c319d1458d96fe0a35f67.tar.gz
gnunet-9014a563e22c07927b8c319d1458d96fe0a35f67.zip
fixing pid issues
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 8e48a049c..1d4d47441 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -163,7 +163,7 @@ pid_t GNUNET_OS_start_process_v (const char *filename, char *const argv[]);
163 * @param proc process ID 163 * @param proc process ID
164 * @param type status type 164 * @param type status type
165 * @param code return code/signal number 165 * @param code return code/signal number
166 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 166 * @return GNUNET_OK on success, GNUNET_NO if the process is still running, GNUNET_SYSERR otherwise
167 */ 167 */
168int GNUNET_OS_process_status (pid_t proc, enum GNUNET_OS_ProcessStatusType *type, 168int GNUNET_OS_process_status (pid_t proc, enum GNUNET_OS_ProcessStatusType *type,
169 unsigned long *code); 169 unsigned long *code);