From: Julius Bünger Date: Thu, 1 Nov 2018 14:19:35 +0000 (+0100) Subject: CORE: Document peer_cls X-Git-Tag: v0.11.0~240^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=00a6af0c9bc164e2fc019be97c5cafa494b1cb37;p=oweals%2Fgnunet.git CORE: Document peer_cls --- diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index b38f38b69..b8172c37d 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -88,6 +88,8 @@ struct GNUNET_CORE_Handle; * * @param cls closure * @param peer peer identity this notification is about + * @return closure associated with @a peer. given to mq callbacks and + * #GNUNET_CORE_DisconnectEventHandler */ typedef void * (*GNUNET_CORE_ConnectEventHandler) (void *cls, @@ -100,6 +102,8 @@ typedef void * * * @param cls closure * @param peer peer identity this notification is about + * @param peer_cls closure associated with peer. given in + * #GNUNET_CORE_ConnectEventHandler */ typedef void (*GNUNET_CORE_DisconnectEventHandler) (void *cls,