- log output
[oweals/gnunet.git] / src / mesh / mesh_path.h
index b445af11bcbb700dcbd8c0792f7cdcafef3e064f..8b8e20a1ebd4a0dbd65cc14bef0e835923d0e0cd 100644 (file)
@@ -64,7 +64,7 @@ struct MeshPeerPath
     /**
      * Path's score, how reliable is the path.
      */
-  int score;
+//   int score;
 
   /**
    * Task to delete the path.
@@ -150,6 +150,13 @@ path_is_valid (const struct MeshPeerPath *path);
 int
 path_destroy (struct MeshPeerPath *p);
 
+/**
+ * Path -> allocated one line string. Caller must free.
+ *
+ * @param p Path.
+ */
+char *
+path_2s (struct MeshPeerPath *p);
 
 /**
  * Print info about the path for debug.