aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-11 10:08:52 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-11 10:08:52 +0000
commit210be82b7cdc6058401e7d5042aa50dd0b750c92 (patch)
treee2bfa5a87038ef0a7f906d5ede8d6e7ea7f2638b /src/include/gnunet_consensus_service.h
parent2b406c1533a919057cda8850315af1fca5b48a45 (diff)
downloadgnunet-210be82b7cdc6058401e7d5042aa50dd0b750c92.tar.gz
gnunet-210be82b7cdc6058401e7d5042aa50dd0b750c92.zip
added consensus log-round simulation, work on consensus service, still problems with dv test case
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 0c74a6a27..f7f784f6e 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -71,10 +71,8 @@ struct GNUNET_CONSENSUS_Element
71 * 71 *
72 * @param cls closure 72 * @param cls closure
73 * @param element new element, NULL on error 73 * @param element new element, NULL on error
74 * @return GNUNET_OK if the valid is well-formed and should be added to the consensus,
75 * GNUNET_SYSERR if the element should be ignored and not be propagated
76 */ 74 */
77typedef int (*GNUNET_CONSENSUS_ElementCallback) (void *cls, 75typedef void (*GNUNET_CONSENSUS_ElementCallback) (void *cls,
78 const struct GNUNET_CONSENSUS_Element *element); 76 const struct GNUNET_CONSENSUS_Element *element);
79 77
80 78