aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_nat_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_nat_service.h b/src/include/gnunet_nat_service.h
index e39e2c016..628ca2ef8 100644
--- a/src/include/gnunet_nat_service.h
+++ b/src/include/gnunet_nat_service.h
@@ -385,6 +385,12 @@ GNUNET_NAT_request_reversal (struct GNUNET_NAT_Handle *nh,
385 * handle. This frees the handle, after having sent the needed 385 * handle. This frees the handle, after having sent the needed
386 * commands to close open ports. 386 * commands to close open ports.
387 * 387 *
388 * FIXME: No, the implementation of this API does not do anything beyond
389 * cleaning up the handle.
390 * This is a problem for applications that use #GNUNET_NAT_AddressCallback
391 * and use the app_ctx to store objects, because the callback will never be
392 * called for cleanup on unregister.
393 *
388 * @param nh the handle to unregister 394 * @param nh the handle to unregister
389 */ 395 */
390void 396void