aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-18 20:23:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-18 20:23:40 +0000
commit541caf3dec54aaee621fed935e667f9ee423ef31 (patch)
tree6f80958e68541ce071bc557bbfc168644963c473 /src/core/core.h
parente8bc962b2ed43e194ba124537573da236786e82c (diff)
downloadgnunet-541caf3dec54aaee621fed935e667f9ee423ef31.tar.gz
gnunet-541caf3dec54aaee621fed935e667f9ee423ef31.zip
towards fixing blacklisting APIs and implementation
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 45d138140..f91995734 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -43,13 +43,12 @@
43 * transmitted to the client. 43 * transmitted to the client.
44 */ 44 */
45#define GNUNET_CORE_OPTION_NOTHING 0 45#define GNUNET_CORE_OPTION_NOTHING 0
46#define GNUNET_CORE_OPTION_SEND_PRE_CONNECT 1 46#define GNUNET_CORE_OPTION_SEND_CONNECT 1
47#define GNUNET_CORE_OPTION_SEND_CONNECT 2 47#define GNUNET_CORE_OPTION_SEND_DISCONNECT 2
48#define GNUNET_CORE_OPTION_SEND_DISCONNECT 4 48#define GNUNET_CORE_OPTION_SEND_FULL_INBOUND 4
49#define GNUNET_CORE_OPTION_SEND_FULL_INBOUND 8 49#define GNUNET_CORE_OPTION_SEND_HDR_INBOUND 8
50#define GNUNET_CORE_OPTION_SEND_HDR_INBOUND 16 50#define GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND 16
51#define GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND 32 51#define GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND 32
52#define GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND 64
53 52
54 53
55/** 54/**