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, 6 insertions, 8 deletions
diff --git a/src/set/set_protocol.h b/src/set/set_protocol.h
index 21b7358d6..4741eb5c2 100644
--- a/src/set/set_protocol.h
+++ b/src/set/set_protocol.h
@@ -101,21 +101,19 @@ struct BFMessage
101 uint8_t reserved; 101 uint8_t reserved;
102 102
103 /** 103 /**
104 * Offset of the bloomfilter in the rest of the message
105 */
106 uint16_t offset GNUNET_PACKED;
107
108 /**
109 * mutator used with this bloomfilter. 104 * mutator used with this bloomfilter.
110 */ 105 */
111 uint64_t my_element_count; 106 uint64_t sender_element_count;
112 107
113 /** 108 /**
114 * mutator used with this bloomfilter. 109 * mutator used with this bloomfilter.
115 */ 110 */
116 uint32_t my_mutator; 111 uint32_t sender_mutator;
117 112
118 /* rest: bloomfilter */ 113 /**
114 * the sender's bloomfilter
115 */
116 char sender_bf_data[GNUNET_CRYPTO_HASH_LENGTH];
119}; 117};
120 118
121GNUNET_NETWORK_STRUCT_END 119GNUNET_NETWORK_STRUCT_END