gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/03: CORE: Document peer_cls


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: CORE: Document peer_cls
Date: Thu, 01 Nov 2018 15:25:32 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit 00a6af0c9bc164e2fc019be97c5cafa494b1cb37
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Nov 1 15:19:35 2018 +0100

    CORE: Document peer_cls
---
 src/include/gnunet_core_service.h | 4 ++++
 1 file changed, 4 insertions(+)

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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]