aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index d0c512363..9ff790f3c 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1225,8 +1225,6 @@ start_process (int pipe_control,
1225} 1225}
1226 1226
1227 1227
1228
1229
1230/** 1228/**
1231 * Start a process. 1229 * Start a process.
1232 * 1230 *
@@ -1234,6 +1232,7 @@ start_process (int pipe_control,
1234 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags 1232 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags
1235 * @param pipe_stdin pipe to use to send input to child process (or NULL) 1233 * @param pipe_stdin pipe to use to send input to child process (or NULL)
1236 * @param pipe_stdout pipe to use to get output from child process (or NULL) 1234 * @param pipe_stdout pipe to use to get output from child process (or NULL)
1235 * @param pipe_stderr pipe to use to get output from child process (or NULL)
1237 * @param filename name of the binary 1236 * @param filename name of the binary
1238 * @param argv NULL-terminated array of arguments to the process 1237 * @param argv NULL-terminated array of arguments to the process
1239 * @return pointer to process structure of the new process, NULL on error 1238 * @return pointer to process structure of the new process, NULL on error
@@ -1265,6 +1264,7 @@ GNUNET_OS_start_process_vap (int pipe_control,
1265 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags 1264 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags
1266 * @param pipe_stdin pipe to use to send input to child process (or NULL) 1265 * @param pipe_stdin pipe to use to send input to child process (or NULL)
1267 * @param pipe_stdout pipe to use to get output from child process (or NULL) 1266 * @param pipe_stdout pipe to use to get output from child process (or NULL)
1267 * @param pipe_stderr pipe to use to get output from child process (or NULL)
1268 * @param filename name of the binary 1268 * @param filename name of the binary
1269 * @param va NULL-terminated list of arguments to the process 1269 * @param va NULL-terminated list of arguments to the process
1270 * @return pointer to process structure of the new process, NULL on error 1270 * @return pointer to process structure of the new process, NULL on error