aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/set/gnunet-service-set.h
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index 95a24119b..d8450e242 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -32,7 +32,7 @@
32#include "gnunet_protocols.h" 32#include "gnunet_protocols.h"
33#include "gnunet_applications.h" 33#include "gnunet_applications.h"
34#include "gnunet_core_service.h" 34#include "gnunet_core_service.h"
35#include "gnunet_mesh_service.h" 35#include "gnunet_cadet_service.h"
36#include "gnunet_set_service.h" 36#include "gnunet_set_service.h"
37#include "set.h" 37#include "set.h"
38 38
@@ -301,7 +301,7 @@ struct Operation
301 /** 301 /**
302 * Tunnel to the peer. 302 * Tunnel to the peer.
303 */ 303 */
304 struct GNUNET_MESH_Channel *channel; 304 struct GNUNET_CADET_Channel *channel;
305 305
306 /** 306 /**
307 * Message queue for the tunnel. 307 * Message queue for the tunnel.