aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-06 20:51:27 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-06 20:51:27 +0000
commitf209d7a672de47a21bfef03d8c9249d0e6d7e71b (patch)
tree27d54555a6c6974274cee1b889efc5a77b613e52 /src/arm
parentfba669741d6686052308b915203aca8c5788c035 (diff)
downloadgnunet-f209d7a672de47a21bfef03d8c9249d0e6d7e71b.tar.gz
gnunet-f209d7a672de47a21bfef03d8c9249d0e6d7e71b.zip
more doxygen stuff
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/gnunet-service-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index 31539172f..bce27bedc 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -342,7 +342,7 @@ free_entry (struct ServiceList *pos)
342 * Actually start the process for the given service. 342 * Actually start the process for the given service.
343 * 343 *
344 * @param sl identifies service to start 344 * @param sl identifies service to start
345 * @param -1 terminated list of listen sockets to pass (systemd style), or NULL 345 * @param lsocks -1 terminated list of listen sockets to pass (systemd style), or NULL
346 */ 346 */
347static void 347static void
348start_process (struct ServiceList *sl, 348start_process (struct ServiceList *sl,