aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/core.h b/src/core/core.h
index abbe9acc0..8c97f6177 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -23,7 +23,11 @@
23 * @brief common internal definitions for core service 23 * @brief common internal definitions for core service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef CORE_H
27#define CORE_H
28
26#include "gnunet_bandwidth_lib.h" 29#include "gnunet_bandwidth_lib.h"
30#include "gnunet_transport_service.h"
27#include "gnunet_crypto_lib.h" 31#include "gnunet_crypto_lib.h"
28#include "gnunet_time_lib.h" 32#include "gnunet_time_lib.h"
29 33
@@ -33,11 +37,6 @@
33#define DEBUG_CORE GNUNET_EXTRA_LOGGING 37#define DEBUG_CORE GNUNET_EXTRA_LOGGING
34 38
35/** 39/**
36 * Debugging interaction core-clients.
37 */
38#define DEBUG_CORE_CLIENT GNUNET_EXTRA_LOGGING
39
40/**
41 * Definition of bits in the InitMessage's options field that specify 40 * Definition of bits in the InitMessage's options field that specify
42 * which events this client cares about. Note that inbound messages 41 * which events this client cares about. Note that inbound messages
43 * for handlers that were specifically registered are always 42 * for handlers that were specifically registered are always
@@ -383,4 +382,5 @@ struct ConnectMessage
383 382
384}; 383};
385 384
385#endif
386/* end of core.h */ 386/* end of core.h */