aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
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