aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-18 12:10:41 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-18 12:10:41 +0000
commit350f2144ba7ea40233f70090a77c2f4e6af3acf6 (patch)
treeeaac4b828214449d205673579e64a660b5873387 /src/include/gnunet_os_lib.h
parentd6853d737bbdb3fcb8a8c552cfb96979825c5378 (diff)
downloadgnunet-350f2144ba7ea40233f70090a77c2f4e6af3acf6.tar.gz
gnunet-350f2144ba7ea40233f70090a77c2f4e6af3acf6.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 65069d0bf..eb2bfe766 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -470,7 +470,7 @@ GNUNET_OS_process_status (struct GNUNET_OS_Process *proc,
470 470
471/** 471/**
472 * Wait for a process to terminate. The return code is discarded. 472 * Wait for a process to terminate. The return code is discarded.
473 * You must not use 'GNUNET_OS_process_status' on the same process 473 * You must not use #GNUNET_OS_process_status() on the same process
474 * after calling this function! This function is blocking and should 474 * after calling this function! This function is blocking and should
475 * thus only be used if the child process is known to have terminated 475 * thus only be used if the child process is known to have terminated
476 * or to terminate very soon. 476 * or to terminate very soon.
@@ -485,7 +485,7 @@ GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc);
485/** 485/**
486 * Connects this process to its parent via pipe; 486 * Connects this process to its parent via pipe;
487 * essentially, the parent control handler will read signal numbers 487 * essentially, the parent control handler will read signal numbers
488 * from the 'GNUNET_OS_CONTROL_PIPE' (as given in an environment 488 * from the #GNUNET_OS_CONTROL_PIPE (as given in an environment
489 * variable) and raise those signals. 489 * variable) and raise those signals.
490 * 490 *
491 * @param cls closure (unused) 491 * @param cls closure (unused)