aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-12 10:10:41 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-12 10:10:41 +0000
commitd9cc0e96edf3637d292bf09671b216bf396faa36 (patch)
treebbbb0d642f73e817e5551f8c7f9de0a80343382c /src/peerstore/peerstore.h
parent54b5026b7bf917816bef12620f94715ae1dd6f78 (diff)
downloadgnunet-d9cc0e96edf3637d292bf09671b216bf396faa36.tar.gz
gnunet-d9cc0e96edf3637d292bf09671b216bf396faa36.zip
PEERSTORE api fix
Diffstat (limited to 'src/peerstore/peerstore.h')
-rw-r--r--src/peerstore/peerstore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/peerstore.h b/src/peerstore/peerstore.h
index 255afc82c..33d31870c 100644
--- a/src/peerstore/peerstore.h
+++ b/src/peerstore/peerstore.h
@@ -76,12 +76,12 @@ struct StoreResponseMessage
76 /** 76 /**
77 * Was the store operation successful (#GNUNET_YES / #GNUNET_NO) 77 * Was the store operation successful (#GNUNET_YES / #GNUNET_NO)
78 */ 78 */
79 uint16_t success; 79 uint16_t success GNUNET_PACKED;
80 80
81 /** 81 /**
82 * Size of the error message (0 if no error) 82 * Size of the error message (0 if no error)
83 */ 83 */
84 size_t emsg_size; 84 size_t emsg_size GNUNET_PACKED;
85}; 85};
86 86
87GNUNET_NETWORK_STRUCT_END 87GNUNET_NETWORK_STRUCT_END