aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-15 21:49:06 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-15 21:49:06 +0100
commit71785fccb8584bd028ff48aa56f55e84324c569e (patch)
treedf07376ac00f04484045be67f5743ff42449a2d2 /src/include/gnunet_protocols.h
parent4270685ca41e6401f0836716a24e87dbab4d1145 (diff)
downloadgnunet-71785fccb8584bd028ff48aa56f55e84324c569e.tar.gz
gnunet-71785fccb8584bd028ff48aa56f55e84324c569e.zip
cleaning up some CADET logic, improving types used
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 6c56315a6..9e91a958c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2776,6 +2776,11 @@ extern "C"
2776 */ 2776 */
2777#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_DUMP 1038 2777#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_DUMP 1038
2778 2778
2779/**
2780 * End of local information about all peers known to the service.
2781 */
2782#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER_END 1039
2783
2779/******************************** Application *******************************/ 2784/******************************** Application *******************************/
2780 2785
2781/** 2786/**