aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-07 10:40:26 +0200
committert3sserakt <t3ss@posteo.de>2021-07-07 10:41:13 +0200
commit097d7e3c2cc0534486332733fe291d11a332609c (patch)
tree117e1cab24a3032b902c5cb520c87836974f70dc /src/include
parent48cc7d6cbc9552794e846200deaf679714ffa4eb (diff)
parentdb54a526e4741013d4904c3987b4f8b369a7b44b (diff)
downloadgnunet-097d7e3c2cc0534486332733fe291d11a332609c.tar.gz
gnunet-097d7e3c2cc0534486332733fe291d11a332609c.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/include')
-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,