aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-28 22:09:27 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-28 22:09:27 +0000
commit22af28fc22725c597831367fa3742070dfa449a8 (patch)
treeeb08cb2dd97fe816b703c54a01452785112b0f4e /src/core/core.h
parentbca283abc269e0794226b82d16b762ed68718a91 (diff)
downloadgnunet-22af28fc22725c597831367fa3742070dfa449a8.tar.gz
gnunet-22af28fc22725c597831367fa3742070dfa449a8.zip
-cleaning up implementation of typemap signalling
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 7a6ffa62b..7c3a5bdd8 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -45,11 +45,6 @@
45#define GNUNET_CORE_OPTION_NOTHING 0 45#define GNUNET_CORE_OPTION_NOTHING 0
46 46
47/** 47/**
48 * The client did properly initialize the connection.
49 */
50#define GNUNET_CORE_OPTION_INIT 1
51
52/**
53 * Client cares about connectivity changes. 48 * Client cares about connectivity changes.
54 */ 49 */
55#define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE 4 50#define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE 4