-ftbfs
[oweals/gnunet.git] / src / mesh / mesh_path.h
index c3f3264b00d48ec53d852566128dbbff272f930c..7aaa9daacf6b02bb37269ab8c9d8525300952dbe 100644 (file)
@@ -35,7 +35,7 @@ extern "C"
 #endif
 #endif
 
-#include "mesh2.h"
+#include "mesh.h"
 
 /******************************************************************************/
 /************************      DATA STRUCTURES     ****************************/
@@ -63,6 +63,11 @@ struct MeshPeerPath
      */
   unsigned int length;
 
+    /**
+     * Path's score, how reliable is the path.
+     */
+  int score;
+
 };
 
 /******************************************************************************/