aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2019-06-26 01:21:41 +0200
committert3sserakt <t3ss@posteo.de>2019-06-26 01:21:41 +0200
commit67d5962e8540589e7e712c122c313a92dd86b4e7 (patch)
treefccccab1027f9351e1e9144dadd87f9365e161a3 /src/cadet
parentc9cb240e053e9eff9c499d37484b6e1066ed4289 (diff)
downloadgnunet-67d5962e8540589e7e712c122c313a92dd86b4e7.tar.gz
gnunet-67d5962e8540589e7e712c122c313a92dd86b4e7.zip
fixed chanel_get_info
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/cadet_api.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 825768034..0e655ee33 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -32,17 +32,6 @@
32 32
33#define LOG(kind, ...) GNUNET_log_from (kind, "cadet-api", __VA_ARGS__) 33#define LOG(kind, ...) GNUNET_log_from (kind, "cadet-api", __VA_ARGS__)
34 34
35enum GNUNET_CADET_ChannelInfoOption
36{
37 /**
38 * Who is the peer at the other end of the channel.
39 * Only for use in @c GNUNET_CADET_channel_get_info
40 * struct GNUNET_PeerIdentity *peer
41 */
42 GNUNET_CADET_OPTION_PEER = 0x0
43
44};
45
46/** 35/**
47 * Opaque handle to the service. 36 * Opaque handle to the service.
48 */ 37 */