aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-06 20:48:11 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-06 20:48:11 +0000
commitfba669741d6686052308b915203aca8c5788c035 (patch)
tree257b1d94179edbc37be4349c0aefa22532863cb0 /src/arm
parent423736ee4df736eb39ec8072526c9a61d341b5d6 (diff)
downloadgnunet-fba669741d6686052308b915203aca8c5788c035.tar.gz
gnunet-fba669741d6686052308b915203aca8c5788c035.zip
fixes
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/gnunet-service-arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index b63d56a32..31539172f 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -342,6 +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 */ 346 */
346static void 347static void
347start_process (struct ServiceList *sl, 348start_process (struct ServiceList *sl,