gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25033 - gnunet/src/include
Date: Sat, 17 Nov 2012 20:18:09 +0100

Author: grothoff
Date: 2012-11-17 20:18:09 +0100 (Sat, 17 Nov 2012)
New Revision: 25033

Modified:
   gnunet/src/include/gnunet_consensus_service.h
Log:
-dox

Modified: gnunet/src/include/gnunet_consensus_service.h
===================================================================
--- gnunet/src/include/gnunet_consensus_service.h       2012-11-17 12:24:29 UTC 
(rev 25032)
+++ gnunet/src/include/gnunet_consensus_service.h       2012-11-17 19:18:09 UTC 
(rev 25033)
@@ -70,6 +70,8 @@
  * @param session_id session identifier
  *                   Allows a group of peers to have more than consensus 
session.
  * @param element_size size of the elements in the reconciled set in bytes
+ * @param num_initial_elements number of entries in the 'initial_elements' 
array
+ * @param initial_elements our elements for the consensus (each of 
'element_size'
  * @param new_element callback, called when a new element is added to the set 
by
  *                    another peer
  * @param new_element_cls closure for new_element
@@ -81,6 +83,7 @@
                         const struct GNUNET_PeerIdentity *peers,
                          const struct GNUNET_HashCode *session_id,
                          size_t element_size,
+                        unsigned int num_initial_elements,
                          const void **initial_elements,
                          GNUNET_CONSENSUS_NewElementCallback new_element,
                          void *new_element_cls);




reply via email to

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