aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 451f2a2dc..a0c6016a4 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -70,7 +70,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
70 * Convert the logarithmic estimated returned to the 'GNUNET_NSE_Callback' 70 * Convert the logarithmic estimated returned to the 'GNUNET_NSE_Callback'
71 * into an absolute estimate in terms of the number of peers in the network. 71 * into an absolute estimate in terms of the number of peers in the network.
72 * 72 *
73 * @param loge logarithmic estimate 73 * @param loge logarithmic estimate
74 * @return absolute number of peers in the network (estimated) 74 * @return absolute number of peers in the network (estimated)
75 */ 75 */
76#define GNUNET_NSE_log_estimate_to_n(loge) pow(2.0, (loge)) 76#define GNUNET_NSE_log_estimate_to_n(loge) pow(2.0, (loge))