aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-07-20 12:07:02 +0000
committerBart Polot <bart@net.in.tum.de>2016-07-20 12:07:02 +0000
commitcaa4196867da8684c5b1fd2e747ecb9d21cbba8b (patch)
treea8d2ab68b81df8040c013118b7197209c70fa4c2 /src/include/gnunet_protocols.h
parenta603aaacbb3e786ab50644ca6fb49add439c8d8b (diff)
downloadgnunet-caa4196867da8684c5b1fd2e747ecb9d21cbba8b.tar.gz
gnunet-caa4196867da8684c5b1fd2e747ecb9d21cbba8b.zip
Change CADET ports from uint32 to HashCode
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 2887f3d27..cc6432be5 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -876,10 +876,6 @@ extern "C"
876 */ 876 */
877#define GNUNET_MESSAGE_TYPE_CADET_KEEPALIVE 270 877#define GNUNET_MESSAGE_TYPE_CADET_KEEPALIVE 270
878 878
879/**
880 * Connect to the cadet service, specifying subscriptions
881 */
882#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_CONNECT 272
883 879
884/** 880/**
885 * Ask the cadet service to create a new channel. 881 * Ask the cadet service to create a new channel.
@@ -927,6 +923,16 @@ extern "C"
927#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_ACK 286 923#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_ACK 286
928 924
929/** 925/**
926 * Start listening on a port.
927 */
928#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_OPEN 287
929
930/**
931 * Stop listening on a port.
932 */
933#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_CLOSE 288
934
935/**
930 * Local information about all channels of service. 936 * Local information about all channels of service.
931 */ 937 */
932#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNELS 290 938#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNELS 290