diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-22 20:48:01 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-22 20:48:01 +0000 |
commit | be13c47e5b6cdc3e1d83965b2adf7d9a702587e8 (patch) | |
tree | 34dfba2e6e34910d35981a3dec593afe0b670b97 /src/util/os_priority.c | |
parent | bc9062de8882c024e1ea65dc577f876dc99e664f (diff) |
-doxygen
git-svn-id: https://gnunet.org/svn/gnunet@22827 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r-- | src/util/os_priority.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 337b8ddf42..88eee70dd3 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -1533,6 +1533,10 @@ GNUNET_OS_start_process (int pipe_control, * Start a process. * * @param pipe_control should a pipe be used to send signals to the child? + * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags controlling which + * std handles of the parent are inherited by the child. + * pipe_stdin and pipe_stdout take priority over std_inheritance + * (when they are non-NULL). * @param lsocks array of listen sockets to dup systemd-style (or NULL); * must be NULL on platforms where dup is not supported * @param filename name of the binary |