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.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 8e6e8b1be..1d33d986d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3549,6 +3549,26 @@ extern "C" {
3549 3549
3550/*********************************************************************************/ 3550/*********************************************************************************/
3551 3551
3552/*********************************************************************************/
3553/********************************** Cmd Testing **********************************/
3554/*********************************************************************************/
3555
3556/**
3557 * The initialization message towards gnunet-cmds-helper
3558 */
3559#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_INIT 1700
3560
3561/**
3562 * The reply message from gnunet-cmds-helper
3563 */
3564#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_REPLY 1701
3565
3566#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_PEER_STARTED 1702
3567
3568#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED 1703
3569
3570/*********************************************************************************/
3571
3552/** 3572/**
3553 * Type used to match 'all' message types. 3573 * Type used to match 'all' message types.
3554 */ 3574 */