aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_path.h')
-rw-r--r--src/mesh/mesh_path.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesh/mesh_path.h b/src/mesh/mesh_path.h
index 8b8e20a1e..bba11e9d4 100644
--- a/src/mesh/mesh_path.h
+++ b/src/mesh/mesh_path.h
@@ -24,6 +24,8 @@
24 * @author Bartlomiej Polot 24 * @author Bartlomiej Polot
25 */ 25 */
26 26
27#include "gnunet-service-mesh_connection.h"
28
27#ifndef MESH_PATH_H_ 29#ifndef MESH_PATH_H_
28#define MESH_PATH_H_ 30#define MESH_PATH_H_
29 31
@@ -62,6 +64,11 @@ struct MeshPeerPath
62 unsigned int length; 64 unsigned int length;
63 65
64 /** 66 /**
67 * User defined data store.
68 */
69 struct MeshConnection *c;
70
71 /**
65 * Path's score, how reliable is the path. 72 * Path's score, how reliable is the path.
66 */ 73 */
67// int score; 74// int score;