aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-03 14:34:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-03 14:34:28 +0000
commitc53ecdc2c2f3a3826b3af83e71353379aace43ae (patch)
tree9e06ab39fd8ee73f5e0594c7aa3b8f997ddf6d31 /src/dv/dv.h
parent4ec4ca56f1c55f2f0f52b60ba7b4352533a3ac50 (diff)
downloadgnunet-c53ecdc2c2f3a3826b3af83e71353379aace43ae.tar.gz
gnunet-c53ecdc2c2f3a3826b3af83e71353379aace43ae.zip
addign network
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r--src/dv/dv.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -47,6 +47,11 @@ struct GNUNET_DV_ConnectMessage
47 uint32_t distance GNUNET_PACKED; 47 uint32_t distance GNUNET_PACKED;
48 48
49 /** 49 /**
50 * The network the peer is in
51 */
52 uint32_t network GNUNET_PACKED;
53
54 /**
50 * The other peer (at the given distance). 55 * The other peer (at the given distance).
51 */ 56 */
52 struct GNUNET_PeerIdentity peer; 57 struct GNUNET_PeerIdentity peer;