- add underlay api implementation
[oweals/gnunet.git] / src / dv / gnunet-dv.c
index 43af3458eccc3c04937901957d720e70ad5e853b..7be154792eceeac09d5d9a744395ac1fc1c3c9af 100644 (file)
@@ -43,11 +43,12 @@ static int verbose;
  * @param cls closure
  * @param peer newly connected peer
  * @param distance distance to the peer
+ * @param network the network the next hop is located in
  */
 static void
 connect_cb (void *cls,
            const struct GNUNET_PeerIdentity *peer,
-           uint32_t distance)
+           uint32_t distance, uint32_t network)
 {
   fprintf (stderr, "Connect: %s at %u\n",
           GNUNET_i2s (peer),