aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-26 23:29:54 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-26 23:29:54 +0000
commit54966ddcb4b15a8e84e9b7380781284013786980 (patch)
treec26a7eabe941753a15bbfe13eb1278db7c1f20ba /src/core/core.h
parent72f297a3fca8fb36719f219db402420e0978d44f (diff)
downloadgnunet-54966ddcb4b15a8e84e9b7380781284013786980.tar.gz
gnunet-54966ddcb4b15a8e84e9b7380781284013786980.zip
set flag to know that client did call init, thereby avoiding assertion failure on code that expected initialized client
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