aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-01 16:38:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-01 16:38:03 +0000
commit122dbcd5b6ac9e0b855cb01f873b62ad35ca39ae (patch)
treef91ef6c88f0215875662cf477b148b2a1da36e35 /src/include/gnunet_arm_service.h
parente4470b481f70375bdc0f7fe2fdce7e7c831b496b (diff)
downloadgnunet-122dbcd5b6ac9e0b855cb01f873b62ad35ca39ae.tar.gz
gnunet-122dbcd5b6ac9e0b855cb01f873b62ad35ca39ae.zip
- allow disconnecting from ARM from callbacks
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index 9f2c9ea50..f5fec6adb 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -237,7 +237,6 @@ GNUNET_ARM_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
237 237
238/** 238/**
239 * Disconnect from the ARM service and destroy the handle. 239 * Disconnect from the ARM service and destroy the handle.
240 * Don't call this from inside an ARM callback!
241 * 240 *
242 * @param h the handle that was being used 241 * @param h the handle that was being used
243 */ 242 */
@@ -331,7 +330,6 @@ GNUNET_ARM_monitor (const struct GNUNET_CONFIGURATION_Handle *cfg,
331 330
332/** 331/**
333 * Disconnect from the ARM service and destroy the handle. 332 * Disconnect from the ARM service and destroy the handle.
334 * Don't call this from inside an ARM callback!
335 * 333 *
336 * @param h the handle that was being used 334 * @param h the handle that was being used
337 */ 335 */