aboutsummaryrefslogtreecommitdiff
path: root/src/setu/gnunet-service-setu_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/gnunet-service-setu_protocol.h')
-rw-r--r--src/setu/gnunet-service-setu_protocol.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/setu/gnunet-service-setu_protocol.h b/src/setu/gnunet-service-setu_protocol.h
index d8f34f69c..c2a166e60 100644
--- a/src/setu/gnunet-service-setu_protocol.h
+++ b/src/setu/gnunet-service-setu_protocol.h
@@ -82,11 +82,13 @@ struct IBFMessage
82 uint16_t salt GNUNET_PACKED; 82 uint16_t salt GNUNET_PACKED;
83 83
84 /** 84 /**
85 * The bit lenght of the counter 85 * The bit length of the counter
86 */ 86 */
87 uint16_t ibf_counter_bit_length; 87 uint16_t ibf_counter_bit_length;
88 /* rest: buckets */ 88 /* rest: buckets */
89}; 89};
90
91
90/** 92/**
91estimate_best_mode_of_operation (uint64_t avg_element_size, 93estimate_best_mode_of_operation (uint64_t avg_element_size,
92uint64_t local_set_size, 94uint64_t local_set_size,
@@ -96,7 +98,6 @@ uint64_t est_set_diff_remote,
96 **/ 98 **/
97 99
98 100
99
100struct InquiryMessage 101struct InquiryMessage
101{ 102{
102 /** 103 /**