aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-arm.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-03-15 07:05:20 +0000
committerLRN <lrn1986@gmail.com>2013-03-15 07:05:20 +0000
commit44f07a618e64d94b03e3a1be7812a1721aa63902 (patch)
tree595ac1f17f010ab5ea776495f1f25218ffb7cc92 /src/arm/gnunet-arm.c
parent56ab0c2d6838d7085c7d08e21d6e624e65d3a522 (diff)
downloadgnunet-44f07a618e64d94b03e3a1be7812a1721aa63902.tar.gz
gnunet-44f07a618e64d94b03e3a1be7812a1721aa63902.zip
Docfixes
Diffstat (limited to 'src/arm/gnunet-arm.c')
-rw-r--r--src/arm/gnunet-arm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arm/gnunet-arm.c b/src/arm/gnunet-arm.c
index 12a280c45..f1a4cc4bb 100644
--- a/src/arm/gnunet-arm.c
+++ b/src/arm/gnunet-arm.c
@@ -245,11 +245,12 @@ static void action_loop (void *cls, const struct GNUNET_SCHEDULER_TaskContext *t
245 * Function called whenever we connect to or disconnect from ARM. 245 * Function called whenever we connect to or disconnect from ARM.
246 * 246 *
247 * @param cls closure 247 * @param cls closure
248 * @param arm handle to the ARM connection
248 * @param connected GNUNET_YES if connected, GNUNET_NO if disconnected 249 * @param connected GNUNET_YES if connected, GNUNET_NO if disconnected
249 * @param error GNUNET_YES if we encountered a permanent error, and there 250 * @param error GNUNET_YES if we encountered a permanent error, and there
250 * will be no re-connection. 251 * will be no re-connection.
251 */ 252 */
252void 253static void
253conn_status (void *cls, struct GNUNET_ARM_Handle *arm, unsigned char connected, unsigned char error) 254conn_status (void *cls, struct GNUNET_ARM_Handle *arm, unsigned char connected, unsigned char error)
254{ 255{
255 if (GNUNET_YES == error) 256 if (GNUNET_YES == error)
@@ -504,6 +505,7 @@ action_loop (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
504 * Function called when a service starts or stops. 505 * Function called when a service starts or stops.
505 * 506 *
506 * @param cls closure 507 * @param cls closure
508 * @param arm handle to the ARM connection
507 * @param service service name 509 * @param service service name
508 * @param status status of the service 510 * @param status status of the service
509 */ 511 */