-memory is cheap, default to heap
[oweals/gnunet.git] / src / dht / gnunet-service-dht_nse.h
index e2f73a9ddd4d49143ccb111ab536ec6772d25e0a..bddd4bdf7fec5a9b234364718dc929489177008c 100644 (file)
 #define GNUNET_SERVICE_DHT_NSE_H
 
 
+/**
+ * Return the log of the current network size estimate.
+ *
+ * @return log of NSE
+ */
 double
 GDS_NSE_get (void);
 
 
+/**
+ * Initialize NSE subsystem.
+ */
 void
 GDS_NSE_init (void);
 
+
+/**
+ * Shutdown NSE subsystem.
+ */
 void
 GDS_NSE_done (void);