gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21248 - gnunet/src/peerinfo


From: gnunet
Subject: [GNUnet-SVN] r21248 - gnunet/src/peerinfo
Date: Thu, 3 May 2012 15:49:55 +0200

Author: grothoff
Date: 2012-05-03 15:49:55 +0200 (Thu, 03 May 2012)
New Revision: 21248

Modified:
   gnunet/src/peerinfo/peerinfo_api.c
Log:
doxygen

Modified: gnunet/src/peerinfo/peerinfo_api.c
===================================================================
--- gnunet/src/peerinfo/peerinfo_api.c  2012-05-03 13:46:42 UTC (rev 21247)
+++ gnunet/src/peerinfo/peerinfo_api.c  2012-05-03 13:49:55 UTC (rev 21248)
@@ -409,7 +409,14 @@
  *
  * @param h handle to the peerinfo service
  * @param hello the verified (!) HELLO message
- */
+ * @param cont continuation to call when done, NULL is allowed
+ * @param cont_cls closure for 'cont'
+ * @return handle to cancel add operation; all pending
+ *         'add' operations will be cancelled automatically
+ *        on disconnect, so it is not necessary to keep this
+ *        handle (unless 'cont' is NULL and at some point
+ *        calling 'cont' must be prevented)
+ */ */
 struct GNUNET_PEERINFO_AddContext *
 GNUNET_PEERINFO_add_peer (struct GNUNET_PEERINFO_Handle *h,
                           const struct GNUNET_HELLO_Message *hello,




reply via email to

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