aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-22 21:15:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-22 21:15:19 +0000
commitb57631e1030c15b2cebb0c1450fd883934477d8d (patch)
tree5e0f8f50d7b923e65812f245d9776f30f8c9bb3f /src/core/core.h
parent20c50963ee33c2f4bce9ef5fafe7ed3ecb89c70b (diff)
downloadgnunet-b57631e1030c15b2cebb0c1450fd883934477d8d.tar.gz
gnunet-b57631e1030c15b2cebb0c1450fd883934477d8d.zip
remove unused options -- these bits were always set, no need to pass them
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 5c0738ee4..71969c3e0 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -43,8 +43,6 @@
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_CONNECT 1
47#define GNUNET_CORE_OPTION_SEND_DISCONNECT 2
48#define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE 4 46#define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE 4
49#define GNUNET_CORE_OPTION_SEND_FULL_INBOUND 8 47#define GNUNET_CORE_OPTION_SEND_FULL_INBOUND 8
50#define GNUNET_CORE_OPTION_SEND_HDR_INBOUND 16 48#define GNUNET_CORE_OPTION_SEND_HDR_INBOUND 16