aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-09 18:26:52 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-09 18:26:52 +0000
commite31afd1bff276ab226d9f2f4dfc87b73ef65ed9b (patch)
tree5c82f24c14f3049da9d6be6a1ddbacef224fb404 /src/util/os_priority.c
parentac60f21c94c2fed44532b9b796d2ee7feef58f33 (diff)
downloadgnunet-e31afd1bff276ab226d9f2f4dfc87b73ef65ed9b.tar.gz
gnunet-e31afd1bff276ab226d9f2f4dfc87b73ef65ed9b.zip
- doxygen
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 83fccb71d..ab82b7b58 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1339,7 +1339,7 @@ GNUNET_OS_start_process_v (int pipe_control,
1339 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags 1339 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags
1340 * @param lsocks array of listen sockets to dup systemd-style (or NULL); 1340 * @param lsocks array of listen sockets to dup systemd-style (or NULL);
1341 * must be NULL on platforms where dup is not supported 1341 * must be NULL on platforms where dup is not supported
1342 * @param first_arg name of the binary. It is valid to have the arguments 1342 * @param filename name of the binary. It is valid to have the arguments
1343 * in this string when they are separated by spaces. 1343 * in this string when they are separated by spaces.
1344 * @param ... more arguments. Should be of type `char *`. It is valid 1344 * @param ... more arguments. Should be of type `char *`. It is valid
1345 * to have the arguments in these strings when they are separated by 1345 * to have the arguments in these strings when they are separated by