aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-07 09:19:28 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-07 09:19:28 +0000
commita740974b42420e5619052d6a13bc3146ddb5a376 (patch)
tree3f0b0b33417da2189243a0025c8115df2e48af4a /src/util
parent5fee7ad91f89322863a99cfd3f91a2cd86f51f2e (diff)
downloadgnunet-a740974b42420e5619052d6a13bc3146ddb5a376.tar.gz
gnunet-a740974b42420e5619052d6a13bc3146ddb5a376.zip
-doxygen improvements
Diffstat (limited to 'src/util')
-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