aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-01-21 14:44:16 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-01-21 14:44:16 +0000
commitc9c39aeeac95bccfc6582c9ed028670f8e51fd21 (patch)
treeaf9d5c15a7e9cdb411f2d570c6b643b787f9629b /src/include/gnunet_common.h
parentab88c7e4ab224f1ce3040104e813a28b7910e1ca (diff)
downloadgnunet-c9c39aeeac95bccfc6582c9ed028670f8e51fd21.tar.gz
gnunet-c9c39aeeac95bccfc6582c9ed028670f8e51fd21.zip
incomplete code for finger and friend tables
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e4423f145..2a0ca33b2 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -376,7 +376,7 @@ GNUNET_log_from_nocheck (enum GNUNET_ErrorType kind, const char *comp,
376 }\ 376 }\
377} while (0) 377} while (0)
378 378
379#define GNUNET_log(kind,...) do { int log_line = __LINE__;\ 379 #define GNUNET_log(kind,...) do { int log_line = __LINE__;\
380 static int log_call_enabled = GNUNET_LOG_CALL_STATUS;\ 380 static int log_call_enabled = GNUNET_LOG_CALL_STATUS;\
381 if ((GNUNET_EXTRA_LOGGING > 0) || ((GNUNET_ERROR_TYPE_DEBUG & (kind)) == 0)) { \ 381 if ((GNUNET_EXTRA_LOGGING > 0) || ((GNUNET_ERROR_TYPE_DEBUG & (kind)) == 0)) { \
382 if (GN_UNLIKELY(log_call_enabled == -1))\ 382 if (GN_UNLIKELY(log_call_enabled == -1))\