summaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_nse.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 09:58:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 09:58:15 +0000
commitedab319f07cc940f64111b6e89da245a2afcf71a (patch)
tree20124181cbcc8e0e36d98b448369b7e62a1b0192 /src/dht/gnunet-service-dht_nse.c
parent4f3f80d05ac7101b8049c352d70abe97bc81ab23 (diff)
downloadgnunet-edab319f07cc940f64111b6e89da245a2afcf71a.tar.gz
gnunet-edab319f07cc940f64111b6e89da245a2afcf71a.zip
making some files compile
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{