summaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_nse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_nse.c')
-rw-r--r--src/dht/gnunet-service-dht_nse.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_nse.c b/src/dht/gnunet-service-dht_nse.c
index a6e20fb57..b8cda34bd 100644
--- a/src/dht/gnunet-service-dht_nse.c
+++ b/src/dht/gnunet-service-dht_nse.c
@@ -59,6 +59,11 @@ update_network_size_estimate (void *cls, struct GNUNET_TIME_Absolute timestamp,
59} 59}
60 60
61 61
62/**
63 * Return the log of the current network size estimate.
64 *
65 * @return log of NSE
66 */
62double 67double
63GDS_NSE_get () 68GDS_NSE_get ()
64{ 69{
@@ -66,6 +71,9 @@ GDS_NSE_get ()
66} 71}
67 72
68 73
74/**
75 * Initialize NSE subsystem.
76 */
69void 77void
70GDS_NSE_init () 78GDS_NSE_init ()
71{ 79{
@@ -73,6 +81,9 @@ GDS_NSE_init ()
73} 81}
74 82
75 83
84/**
85 * Shutdown NSE subsystem.
86 */
76void 87void
77GDS_NSE_done () 88GDS_NSE_done ()
78{ 89{