From c53ecdc2c2f3a3826b3af83e71353379aace43ae Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 3 Dec 2013 14:34:28 +0000 Subject: [PATCH] addign network --- src/dv/dv.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dv/dv.h b/src/dv/dv.h index c0a4828a2..b20e0b8ff 100644 --- a/src/dv/dv.h +++ b/src/dv/dv.h @@ -46,6 +46,11 @@ struct GNUNET_DV_ConnectMessage */ uint32_t distance GNUNET_PACKED; + /** + * The network the peer is in + */ + uint32_t network GNUNET_PACKED; + /** * The other peer (at the given distance). */ -- 2.25.1