summaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-21 14:51:28 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-21 14:51:28 +0100
commit745cf54e655a9fb40a4ba3643de09a3471ca6ef6 (patch)
treec592fbe4609fd8256d96c4b32f94b4a1a0a5600a /src/include/gnunet_protocols.h
parent0eec69c59e625ecc41dcff20bf2395613185d342 (diff)
downloadgnunet-745cf54e655a9fb40a4ba3643de09a3471ca6ef6.tar.gz
gnunet-745cf54e655a9fb40a4ba3643de09a3471ca6ef6.zip
renames to avoid ambiguity
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index cae19d5d8..4079aa0e4 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2735,12 +2735,12 @@ extern "C"
2735/** 2735/**
2736 * Ask the cadet service to create a new channel. 2736 * Ask the cadet service to create a new channel.
2737 */ 2737 */
2738#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE 1024 2738#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_CREATE 1024
2739 2739
2740/** 2740/**
2741 * Tell client that a channel was destroyed. 2741 * Tell client that a channel was destroyed.
2742 */ 2742 */
2743#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_DESTROY 1025 2743#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_DESTROY 1025
2744 2744
2745/********************************** Monitor *********************************/ 2745/********************************** Monitor *********************************/
2746 2746