aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-04-01 15:51:38 +0000
committerNathan S. Evans <evans@in.tum.de>2010-04-01 15:51:38 +0000
commitd816ced9a78620f055abc3c556736ee2887f1603 (patch)
treea398d5764fb40495f4724cf13c30dcad530180a2 /src/dv/dv.h
parent36bfd342bf5703f0f482e0ea0c6adf0682f3d014 (diff)
downloadgnunet-d816ced9a78620f055abc3c556736ee2887f1603.tar.gz
gnunet-d816ced9a78620f055abc3c556736ee2887f1603.zip
dv changes, closer to a working state
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r--src/dv/dv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dv/dv.h b/src/dv/dv.h
index d43befd70..38c6f2a60 100644
--- a/src/dv/dv.h
+++ b/src/dv/dv.h
@@ -163,6 +163,7 @@ struct GNUNET_DV_SendMessage
163 */ 163 */
164typedef struct 164typedef struct
165{ 165{
166 /* Message Header */
166 struct GNUNET_MessageHeader header; 167 struct GNUNET_MessageHeader header;
167 168
168 /** 169 /**
@@ -176,6 +177,11 @@ typedef struct
176 struct GNUNET_PeerIdentity neighbor; 177 struct GNUNET_PeerIdentity neighbor;
177 178
178 /** 179 /**
180 * PublicKey of neighbor.
181 */
182 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pkey;
183
184 /**
179 * Neighbor ID to use when sending to this peer 185 * Neighbor ID to use when sending to this peer
180 */ 186 */
181 unsigned int neighbor_id GNUNET_PACKED; 187 unsigned int neighbor_id GNUNET_PACKED;