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.h30
1 files changed, 23 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 7ef8dca8e..1b1bdc099 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2854,7 +2854,7 @@ extern "C"
2854/** 2854/**
2855 * Local information about all channels of service. 2855 * Local information about all channels of service.
2856 */ 2856 */
2857#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNELS 1030 2857#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_CHANNEL 1030
2858 2858
2859/** 2859/**
2860 * Local information of service about a specific channel. 2860 * Local information of service about a specific channel.
@@ -2887,26 +2887,42 @@ extern "C"
2887#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS 1036 2887#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS 1036
2888 2888
2889/** 2889/**
2890 * Local information of service about a specific peer. 2890 * Local information of service about a specific path.
2891 */ 2891 */
2892#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER 1037 2892#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH 1037
2893 2893
2894/** 2894/**
2895 * Debug request. 2895 * End of local information of service about channels.
2896 */ 2896 */
2897#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_DUMP 1038 2897#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL_END 1038
2898 2898
2899/** 2899/**
2900 * End of local information about all peers known to the service. 2900 * End of local information about all peers known to the service.
2901 */ 2901 */
2902#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER_END 1039 2902#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS_END 1039
2903
2904/**
2905 * Request local information about all peers known to the service.
2906 */
2907#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PEERS 1040
2908
2909/**
2910 * End of local information of service about a specific path.
2911 */
2912#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH_END 1041
2913
2914/**
2915 * Request local information of service about paths to specific peer.
2916 */
2917#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PATH 1042
2918
2903 2919
2904/******************************** Application *******************************/ 2920/******************************** Application *******************************/
2905 2921
2906/** 2922/**
2907 * Traffic (net-cat style) used by the Command Line Interface. 2923 * Traffic (net-cat style) used by the Command Line Interface.
2908 */ 2924 */
2909#define GNUNET_MESSAGE_TYPE_CADET_CLI 1040 2925#define GNUNET_MESSAGE_TYPE_CADET_CLI 1059
2910 2926
2911/******************************************************************************/ 2927/******************************************************************************/
2912 2928