summaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
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;