aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-11 17:37:53 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-11 17:37:53 +0100
commit8acff3af0c2862e556ddce96440db9a8c525f395 (patch)
treef49521cf2f5ee8290336e8ed97c9e516fcfa698b /src/include
parent4769344a7a8db5a9fecab394274b9407a14a2961 (diff)
downloadgnunet-8acff3af0c2862e556ddce96440db9a8c525f395.tar.gz
gnunet-8acff3af0c2862e556ddce96440db9a8c525f395.zip
fix MACRO syntax, improve logging
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_time_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 1237c4a65..38c372f23 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -179,7 +179,7 @@ GNUNET_NETWORK_STRUCT_END
179#define GNUNET_TIME_STD_BACKOFF(r) GNUNET_TIME_relative_min ( \ 179#define GNUNET_TIME_STD_BACKOFF(r) GNUNET_TIME_relative_min ( \
180 GNUNET_TIME_STD_EXPONENTIAL_BACKOFF_THRESHOLD, \ 180 GNUNET_TIME_STD_EXPONENTIAL_BACKOFF_THRESHOLD, \
181 GNUNET_TIME_relative_multiply ( \ 181 GNUNET_TIME_relative_multiply ( \
182 GNUNET_TIME_relative_max (GNUNET_TIME_UNIT_MILLISECONDS, (r)), 2)); 182 GNUNET_TIME_relative_max (GNUNET_TIME_UNIT_MILLISECONDS, (r)), 2))
183 183
184 184
185/** 185/**