aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-05 14:15:25 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-05 14:15:25 +0000
commit44d957c38051c6e778595b74f4a831da8ad1a179 (patch)
tree235e33b27ba570e6e857f306ff4ed27791d21d14 /src/exit
parentb83fc2e7baf2713881c1ff59971e6dbd4609e771 (diff)
downloadgnunet-44d957c38051c6e778595b74f4a831da8ad1a179.tar.gz
gnunet-44d957c38051c6e778595b74f4a831da8ad1a179.zip
- change mesh channel creation/notification API
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 819e4f4b6..3bdac2d51 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3008,13 +3008,14 @@ receive_udp_service (void *cls,
3008 * @param channel new handle to the channel 3008 * @param channel new handle to the channel
3009 * @param initiator peer that started the channel 3009 * @param initiator peer that started the channel
3010 * @param port destination port 3010 * @param port destination port
3011 * @param options channel options flags
3011 * @return initial channel context for the channel 3012 * @return initial channel context for the channel
3012 */ 3013 */
3013static void * 3014static void *
3014new_channel (void *cls, 3015new_channel (void *cls,
3015 struct GNUNET_MESH_Channel *channel, 3016 struct GNUNET_MESH_Channel *channel,
3016 const struct GNUNET_PeerIdentity *initiator, 3017 const struct GNUNET_PeerIdentity *initiator,
3017 uint32_t port) 3018 uint32_t port, enum MeshOption options)
3018{ 3019{
3019 struct ChannelState *s = GNUNET_new (struct ChannelState); 3020 struct ChannelState *s = GNUNET_new (struct ChannelState);
3020 3021