aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/gnunet-service-arm.c')
-rw-r--r--src/arm/gnunet-service-arm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index e85b2eb12..eb19776e6 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -103,12 +103,12 @@ struct ServiceList
103 time_t mtime; 103 time_t mtime;
104 104
105 /** 105 /**
106 * Process exponential backoff time 106 * Process exponential backoff time
107 */ 107 */
108 struct GNUNET_TIME_Relative backoff; 108 struct GNUNET_TIME_Relative backoff;
109 109
110 /** 110 /**
111 * Absolute time at which the process is scheduled to restart in case of death 111 * Absolute time at which the process is scheduled to restart in case of death
112 */ 112 */
113 struct GNUNET_TIME_Absolute restartAt; 113 struct GNUNET_TIME_Absolute restartAt;
114 114
@@ -631,8 +631,8 @@ clean_up_running ()
631 631
632 632
633/** 633/**
634 * We are done with everything. Stop remaining 634 * We are done with everything. Stop remaining
635 * tasks, signal handler and the server. 635 * tasks, signal handler and the server.
636 */ 636 */
637static void 637static void
638do_shutdown () 638do_shutdown ()
@@ -743,7 +743,7 @@ delayed_restart_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
743 743
744/** 744/**
745 * Task triggered whenever we receive a SIGCHLD (child 745 * Task triggered whenever we receive a SIGCHLD (child
746 * process died). 746 * process died).
747 * 747 *
748 * @param cls closure, NULL if we need to self-restart 748 * @param cls closure, NULL if we need to self-restart
749 * @param tc context 749 * @param tc context