aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-12-18 17:39:01 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-12-18 17:39:01 +0000
commit42c34f9b26b6b0222a10f61850af73914ce5a359 (patch)
tree35d3e09cba60749f93c0ddc0f9032fcd89a22288 /src/peerstore/peerstore.h
parentfb12af8319a84389a536ab2f3735daf3b24f11bd (diff)
downloadgnunet-42c34f9b26b6b0222a10f61850af73914ce5a359.tar.gz
gnunet-42c34f9b26b6b0222a10f61850af73914ce5a359.zip
towards fixing #3581
Diffstat (limited to 'src/peerstore/peerstore.h')
-rw-r--r--src/peerstore/peerstore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/peerstore/peerstore.h b/src/peerstore/peerstore.h
index 6644464ec..afdfadbfe 100644
--- a/src/peerstore/peerstore.h
+++ b/src/peerstore/peerstore.h
@@ -30,11 +30,10 @@
30 30
31 31
32GNUNET_NETWORK_STRUCT_BEGIN 32GNUNET_NETWORK_STRUCT_BEGIN
33
34/** 33/**
35 * Message carrying a PEERSTORE record message 34 * Message carrying a PEERSTORE record message
36 */ 35 */
37struct StoreRecordMessage 36 struct StoreRecordMessage
38{ 37{
39 38
40 /** 39 /**
@@ -79,7 +78,8 @@ struct StoreRecordMessage
79 * Options, needed only in case of a 78 * Options, needed only in case of a
80 * store operation 79 * store operation
81 */ 80 */
82 uint32_t /* enum GNUNET_PEERSTORE_StoreOption */ options GNUNET_PACKED; 81 uint32_t /* enum GNUNET_PEERSTORE_StoreOption */ options
82 GNUNET_PACKED;
83 83
84}; 84};
85 85