aboutsummaryrefslogtreecommitdiff
path: root/src/fs
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/fs
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/fs')
-rw-r--r--src/fs/gnunet-service-fs_mesh_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_mesh_server.c b/src/fs/gnunet-service-fs_mesh_server.c
index fe2d43135..e157c40e6 100644
--- a/src/fs/gnunet-service-fs_mesh_server.c
+++ b/src/fs/gnunet-service-fs_mesh_server.c
@@ -465,7 +465,7 @@ static void *
465accept_cb (void *cls, 465accept_cb (void *cls,
466 struct GNUNET_MESH_Channel *channel, 466 struct GNUNET_MESH_Channel *channel,
467 const struct GNUNET_PeerIdentity *initiator, 467 const struct GNUNET_PeerIdentity *initiator,
468 uint32_t port, enum MeshOption options) 468 uint32_t port, enum GNUNET_MESH_ChannelOption options)
469{ 469{
470 struct MeshClient *sc; 470 struct MeshClient *sc;
471 471