aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm.h')
-rw-r--r--src/arm/arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index 15f24b3f6..8888e0105 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -124,13 +124,13 @@ struct GNUNET_ARM_ServiceInfoMessage
124 uint32_t status; 124 uint32_t status;
125 125
126 /** 126 /**
127 * Time when the sevice will be restarted, if applicable 127 * Time when the service will be restarted, if applicable
128 * to the current status. 128 * to the current status.
129 */ 129 */
130 struct GNUNET_TIME_AbsoluteNBO restart_at; 130 struct GNUNET_TIME_AbsoluteNBO restart_at;
131 131
132 /** 132 /**
133 * Time when the sevice was first started, if applicable. 133 * Time when the service was first started, if applicable.
134 */ 134 */
135 struct GNUNET_TIME_AbsoluteNBO last_started_at; 135 struct GNUNET_TIME_AbsoluteNBO last_started_at;
136}; 136};