aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-08 22:52:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-08 22:52:12 +0000
commit20bdb602303bf3b36ab046111c97b78ae7641178 (patch)
tree5e757e12ce44856db14d8f3a5f7e5da8683a06c3 /src/exit
parent071a9f2926579424c918c347811dcf629d276c1b (diff)
downloadgnunet-20bdb602303bf3b36ab046111c97b78ae7641178.tar.gz
gnunet-20bdb602303bf3b36ab046111c97b78ae7641178.zip
-rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_MESH_ prefix as we should
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 3bdac2d51..fb1e5ae38 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3015,7 +3015,7 @@ static void *
3015new_channel (void *cls, 3015new_channel (void *cls,
3016 struct GNUNET_MESH_Channel *channel, 3016 struct GNUNET_MESH_Channel *channel,
3017 const struct GNUNET_PeerIdentity *initiator, 3017 const struct GNUNET_PeerIdentity *initiator,
3018 uint32_t port, enum MeshOption options) 3018 uint32_t port, enum GNUNET_MESH_ChannelOption options)
3019{ 3019{
3020 struct ChannelState *s = GNUNET_new (struct ChannelState); 3020 struct ChannelState *s = GNUNET_new (struct ChannelState);
3021 3021