gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28654 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r28654 - gnunet/src/include
Date: Thu, 15 Aug 2013 14:17:29 +0200

Author: tg
Date: 2013-08-15 14:17:29 +0200 (Thu, 15 Aug 2013)
New Revision: 28654

Modified:
   gnunet/src/include/gnunet_social_service.h
Log:
social: home_advertise() - added arg to specify peers for the entry

Modified: gnunet/src/include/gnunet_social_service.h
===================================================================
--- gnunet/src/include/gnunet_social_service.h  2013-08-15 12:14:07 UTC (rev 
28653)
+++ gnunet/src/include/gnunet_social_service.h  2013-08-15 12:17:29 UTC (rev 
28654)
@@ -294,12 +294,17 @@
  * Advertise @a home under @a name in the GADS zone of the @e ego.
  *
  * @param home The home to advertise.
- * @param name The name to put in the zone.
+ * @param name The name for the PLACE record to put in the zone.
+ * @param peer_count Number of elements in the @a peers array.
+ * @param peers List of peers in the PLACE record that can be used to send join
+ *        requests to.
  * @param expiration_time Expiration time of the record, use 0 to remove the 
record.
  */
 void
 GNUNET_SOCIAL_home_advertise (struct GNUNET_SOCIAL_Home *home,
                               const char *name,
+                              size_t peer_count,
+                              const struct GNUNET_PeerIdentity *peers,
                               GNUNET_TIME_Relative expiration_time);
 
 




reply via email to

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