aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index b70988958..aef999fc1 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1636,10 +1636,10 @@ extern "C"
1636#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_INSERT 521 1636#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_INSERT 521
1637 1637
1638/** 1638/**
1639 * The has accepted the inserted element and is ready to receive new elements. 1639 * Begin accepting new elements from other participants.
1640 * Sent by service to client. 1640 * Sent by client to service.
1641 */ 1641 */
1642#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_INSERT_ACK 522 1642#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_BEGIN 522
1643 1643
1644/** 1644/**
1645 * Sent by service when a new element is added. 1645 * Sent by service when a new element is added.