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.h48
1 files changed, 17 insertions, 31 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9d3280d36..1cd06de8d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2862,29 +2862,29 @@ extern "C"
2862#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL 1031 2862#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL 1031
2863 2863
2864/** 2864/**
2865 * Local information about all tunnels of service. 2865 * End of local information of service about channels.
2866 */ 2866 */
2867#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS 1032 2867#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL_END 1032
2868 2868
2869/** 2869/**
2870 * Local information of service about a specific tunnel. 2870 * Request local information about all peers known to the service.
2871 */ 2871 */
2872#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL 1033 2872#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PEERS 1033
2873 2873
2874/** 2874/**
2875 * Local information about all connections of service. 2875 * Local information about all peers known to the service.
2876 */ 2876 */
2877#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CONNECTIONS 1034 2877#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS 1034
2878 2878
2879/** 2879/**
2880 * Local information of service about a specific connection. 2880 * End of local information about all peers known to the service.
2881 */ 2881 */
2882#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CONNECTION 1035 2882#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS_END 1035
2883 2883
2884/** 2884/**
2885 * Local information about all peers known to the service. 2885 * Request local information of service about paths to specific peer.
2886 */ 2886 */
2887#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS 1036 2887#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PATH 1036
2888 2888
2889/** 2889/**
2890 * Local information of service about a specific path. 2890 * Local information of service about a specific path.
@@ -2892,39 +2892,25 @@ extern "C"
2892#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH 1037 2892#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH 1037
2893 2893
2894/** 2894/**
2895 * End of local information of service about channels. 2895 * End of local information of service about a specific path.
2896 */
2897#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL_END 1038
2898
2899/**
2900 * End of local information about all peers known to the service.
2901 */
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 */ 2896 */
2907#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PEERS 1040 2897#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH_END 1038
2908 2898
2909/** 2899/**
2910 * End of local information of service about a specific path. 2900 * Request local information about all tunnels of service.
2911 */ 2901 */
2912#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH_END 1041 2902#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_TUNNELS 1039
2913 2903
2914/** 2904/**
2915 * Request local information of service about paths to specific peer. 2905 * Local information about all tunnels of service.
2916 */ 2906 */
2917#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PATH 1042 2907#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS 1040
2918 2908
2919/** 2909/**
2920 * End of local information about all tunnels of service. 2910 * End of local information about all tunnels of service.
2921 */ 2911 */
2922#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS_END 1043 2912#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS_END 1041
2923 2913
2924/**
2925 * Request local information about all tunnels of service.
2926 */
2927#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_TUNNELS 1044
2928 2914
2929/******************************** Application *******************************/ 2915/******************************** Application *******************************/
2930 2916