summaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-21 14:49:23 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-21 14:49:23 +0100
commit0eec69c59e625ecc41dcff20bf2395613185d342 (patch)
tree8f8383c711fba236a97e3fb6b67adeb74959588b /src/include/gnunet_protocols.h
parentf52fc4b001758430bb911759c755d0f06d3eb693 (diff)
downloadgnunet-0eec69c59e625ecc41dcff20bf2395613185d342.tar.gz
gnunet-0eec69c59e625ecc41dcff20bf2395613185d342.zip
remaing remaining mandatory functions for basic operation
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e8f5ead37..cae19d5d8 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2732,6 +2732,16 @@ extern "C"
2732 */ 2732 */
2733#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_CLOSE 1023 2733#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_CLOSE 1023
2734 2734
2735/**
2736 * Ask the cadet service to create a new channel.
2737 */
2738#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE 1024
2739
2740/**
2741 * Tell client that a channel was destroyed.
2742 */
2743#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_DESTROY 1025
2744
2735/********************************** Monitor *********************************/ 2745/********************************** Monitor *********************************/
2736 2746
2737 2747