aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dhtu_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-07 09:37:27 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-07 09:37:27 +0200
commitdb54a526e4741013d4904c3987b4f8b369a7b44b (patch)
treecd47c8194958dd3515f26c102a6ee35ba7099e0a /src/include/gnunet_dhtu_plugin.h
parentd0d24c62f4b4a1872c8b52ad902b11aa4962d2c2 (diff)
downloadgnunet-db54a526e4741013d4904c3987b4f8b369a7b44b.tar.gz
gnunet-db54a526e4741013d4904c3987b4f8b369a7b44b.zip
-theoretically complete, alas untested plugin_dhtu_ip.c
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,