aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
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