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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 7c3a5bdd8..7a6ffa62b 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -45,6 +45,11 @@
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/**
48 * Client cares about connectivity changes. 53 * Client cares about connectivity changes.
49 */ 54 */
50#define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE 4 55#define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE 4