aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/peerstore.h')
-rw-r--r--src/peerstore/peerstore.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/peerstore/peerstore.h b/src/peerstore/peerstore.h
index 15881e6c8..de5e5908d 100644
--- a/src/peerstore/peerstore.h
+++ b/src/peerstore/peerstore.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -33,9 +33,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
33/** 33/**
34 * Message carrying a PEERSTORE record message 34 * Message carrying a PEERSTORE record message
35 */ 35 */
36struct StoreRecordMessage 36struct StoreRecordMessage {
37{
38
39 /** 37 /**
40 * GNUnet message header 38 * GNUnet message header
41 */ 39 */
@@ -81,16 +79,13 @@ struct StoreRecordMessage
81 uint32_t /* enum GNUNET_PEERSTORE_StoreOption */ options GNUNET_PACKED; 79 uint32_t /* enum GNUNET_PEERSTORE_StoreOption */ options GNUNET_PACKED;
82 80
83 /* Followed by key and value */ 81 /* Followed by key and value */
84
85}; 82};
86 83
87 84
88/** 85/**
89 * Message carrying record key hash 86 * Message carrying record key hash
90 */ 87 */
91struct StoreKeyHashMessage 88struct StoreKeyHashMessage {
92{
93
94 /** 89 /**
95 * GNUnet message header 90 * GNUnet message header
96 */ 91 */
@@ -105,7 +100,6 @@ struct StoreKeyHashMessage
105 * Hash of a record key 100 * Hash of a record key
106 */ 101 */
107 struct GNUNET_HashCode keyhash; 102 struct GNUNET_HashCode keyhash;
108
109}; 103};
110 104
111GNUNET_NETWORK_STRUCT_END 105GNUNET_NETWORK_STRUCT_END