summaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_hello.c')
-rw-r--r--src/mesh/gnunet-service-mesh_hello.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesh/gnunet-service-mesh_hello.c b/src/mesh/gnunet-service-mesh_hello.c
index 599cc3731..7eda3f507 100644
--- a/src/mesh/gnunet-service-mesh_hello.c
+++ b/src/mesh/gnunet-service-mesh_hello.c
@@ -24,13 +24,13 @@
24#include "gnunet_statistics_service.h" 24#include "gnunet_statistics_service.h"
25#include "gnunet_peerinfo_service.h" 25#include "gnunet_peerinfo_service.h"
26 26
27#include "mesh_protocol.h" 27#include "cadet_protocol.h"
28#include "mesh_path.h" 28#include "cadet_path.h"
29 29
30#include "gnunet-service-mesh_hello.h" 30#include "gnunet-service-cadet_hello.h"
31#include "gnunet-service-mesh_peer.h" 31#include "gnunet-service-cadet_peer.h"
32 32
33#define LOG(level, ...) GNUNET_log_from(level,"mesh-hll",__VA_ARGS__) 33#define LOG(level, ...) GNUNET_log_from(level,"cadet-hll",__VA_ARGS__)
34 34
35 35
36/******************************************************************************/ 36/******************************************************************************/
@@ -98,7 +98,7 @@ got_hello (void *cls, const struct GNUNET_PeerIdentity *id,
98 const struct GNUNET_HELLO_Message *hello, 98 const struct GNUNET_HELLO_Message *hello,
99 const char *err_msg) 99 const char *err_msg)
100{ 100{
101 struct MeshPeer *peer; 101 struct CadetPeer *peer;
102 102
103 if (NULL == id || NULL == hello) 103 if (NULL == id || NULL == hello)
104 { 104 {