aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-27 04:21:27 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-27 04:21:27 +0100
commitf0b35049f6d9e743d2bc5fcf11664633d130d6fc (patch)
treebee27beb5d8a25ca043e483a40400fef783056c9 /src/include/gnunet_protocols.h
parentd3f013aba71486c121800d279cd1d3af4425c412 (diff)
downloadgnunet-f0b35049f6d9e743d2bc5fcf11664633d130d6fc.tar.gz
gnunet-f0b35049f6d9e743d2bc5fcf11664633d130d6fc.zip
more work towards fixing #5385
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1b1bdc099..9d3280d36 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2916,6 +2916,15 @@ extern "C"
2916 */ 2916 */
2917#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PATH 1042 2917#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PATH 1042
2918 2918
2919/**
2920 * End of local information about all tunnels of service.
2921 */
2922#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS_END 1043
2923
2924/**
2925 * Request local information about all tunnels of service.
2926 */
2927#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_TUNNELS 1044
2919 2928
2920/******************************** Application *******************************/ 2929/******************************** Application *******************************/
2921 2930