From: Matthias Wachs Date: Tue, 3 Dec 2013 14:34:28 +0000 (+0000) Subject: addign network X-Git-Tag: initial-import-from-subversion-38251~5823 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c53ecdc2c2f3a3826b3af83e71353379aace43ae;p=oweals%2Fgnunet.git addign network --- 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). */