aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-04 10:12:20 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-04 10:12:20 +0000
commita765528e96799978381149bd9096aceb6071be86 (patch)
treeda9a83bf3a9853e7545406791652c36e7bd77ec6 /src/include/gnunet_os_lib.h
parentc294cdb06485cd04e4c286064e8a684cc27fd55e (diff)
downloadgnunet-a765528e96799978381149bd9096aceb6071be86.tar.gz
gnunet-a765528e96799978381149bd9096aceb6071be86.zip
replacing GNUNET_OS_process_get_pid
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index bb29e89df..5ff2b4863 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -204,6 +204,15 @@ int GNUNET_OS_process_kill (struct GNUNET_OS_Process *proc, int sig);
204 */ 204 */
205void GNUNET_OS_process_close (struct GNUNET_OS_Process *proc); 205void GNUNET_OS_process_close (struct GNUNET_OS_Process *proc);
206 206
207/**
208 * Get the pid of the process in question
209 *
210 * @param proc the process to get the pid of
211 *
212 * @return the current process id
213 */
214pid_t
215GNUNET_OS_process_get_pid (struct GNUNET_OS_Process *proc);
207 216
208/** 217/**
209 * Set process priority 218 * Set process priority