aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dhtu_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dhtu_plugin.h')
-rw-r--r--src/include/gnunet_dhtu_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_dhtu_plugin.h b/src/include/gnunet_dhtu_plugin.h
index 4e5abf476..df9729a23 100644
--- a/src/include/gnunet_dhtu_plugin.h
+++ b/src/include/gnunet_dhtu_plugin.h
@@ -165,7 +165,7 @@ struct GNUNET_DHTU_PluginEnvironment
165 * @param cls closure 165 * @param cls closure
166 * @param timestamp time when the estimate was received from the server (or created by the server) 166 * @param timestamp time when the estimate was received from the server (or created by the server)
167 * @param logestimate the log(Base 2) value of the current network size estimate 167 * @param logestimate the log(Base 2) value of the current network size estimate
168 * @param std_dev standard deviation for the estimate 168 * @param std_dev standard deviation for the estimate, negative if unavailable
169 */ 169 */
170 void 170 void
171 (*network_size_cb)(void *cls, 171 (*network_size_cb)(void *cls,