aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index f50e4376f..77607a6e2 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -43,6 +43,14 @@ extern "C"
43 43
44 44
45/** 45/**
46 * Elements inserted into the consensus set by the client
47 * may not be larger than this constant, since types in
48 * the upper range are used by CONSENSUS internally.
49 */
50#define GNUNET_CONSENSUS_ELEMENT_TYPE_USER_MAX 0xFFF0
51
52
53/**
46 * Called when a new element was received from another peer, or an error occured. 54 * Called when a new element was received from another peer, or an error occured.
47 * May deliver duplicate values. 55 * May deliver duplicate values.
48 * Elements given to a consensus operation by the local peer are NOT given 56 * Elements given to a consensus operation by the local peer are NOT given