-ftbfs
[oweals/gnunet.git] / src / mesh / mesh_path.h
index 74a35b225748c8a962204516010ad9c2a1739264..7aaa9daacf6b02bb37269ab8c9d8525300952dbe 100644 (file)
@@ -63,6 +63,11 @@ struct MeshPeerPath
      */
   unsigned int length;
 
+    /**
+     * Path's score, how reliable is the path.
+     */
+  int score;
+
 };
 
 /******************************************************************************/