aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/set_protocol.h')
-rw-r--r--src/set/set_protocol.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/set/set_protocol.h b/src/set/set_protocol.h
index b48809a3c..9ed9c57d7 100644
--- a/src/set/set_protocol.h
+++ b/src/set/set_protocol.h
@@ -53,7 +53,7 @@ struct OperationRequestMessage
53 * For Intersection: my element count 53 * For Intersection: my element count
54 */ 54 */
55 uint32_t element_count; 55 uint32_t element_count;
56 56
57 /** 57 /**
58 * Application-specific identifier of the request. 58 * Application-specific identifier of the request.
59 */ 59 */
@@ -104,7 +104,7 @@ struct BFMessage
104 * mutator used with this bloomfilter. 104 * mutator used with this bloomfilter.
105 */ 105 */
106 uint32_t sender_element_count GNUNET_PACKED; 106 uint32_t sender_element_count GNUNET_PACKED;
107 107
108 /** 108 /**
109 * mutator used with this bloomfilter. 109 * mutator used with this bloomfilter.
110 */ 110 */
@@ -114,17 +114,17 @@ struct BFMessage
114 * Length of the bloomfilter data 114 * Length of the bloomfilter data
115 */ 115 */
116 uint32_t bloomfilter_total_length GNUNET_PACKED; 116 uint32_t bloomfilter_total_length GNUNET_PACKED;
117 117
118 /** 118 /**
119 * Length of the appended bloomfilter data block 119 * Length of the appended bloomfilter data block
120 */ 120 */
121 uint32_t bloomfilter_length GNUNET_PACKED; 121 uint32_t bloomfilter_length GNUNET_PACKED;
122 122
123 /** 123 /**
124 * Length of the bloomfilter data 124 * Length of the bloomfilter data
125 */ 125 */
126 uint32_t bits_per_element GNUNET_PACKED; 126 uint32_t bits_per_element GNUNET_PACKED;
127 127
128 /** 128 /**
129 * rest: the sender's bloomfilter 129 * rest: the sender's bloomfilter
130 */ 130 */
@@ -141,12 +141,12 @@ struct BFPart
141 * Length of the appended bloomfilter data block 141 * Length of the appended bloomfilter data block
142 */ 142 */
143 uint32_t chunk_length GNUNET_PACKED; 143 uint32_t chunk_length GNUNET_PACKED;
144 144
145 /** 145 /**
146 * offset in the bloolfilter data block, if multipart message 146 * offset in the bloolfilter data block, if multipart message
147 */ 147 */
148 uint32_t chunk_offset GNUNET_PACKED; 148 uint32_t chunk_offset GNUNET_PACKED;
149 149
150 /** 150 /**
151 * rest: the sender's bloomfilter 151 * rest: the sender's bloomfilter
152 */ 152 */