summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index e1dba698..7275ffbf 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -273,6 +273,10 @@ struct Messenger {
273 void (*core_connection_change)(struct Messenger *m, unsigned int, void *); 273 void (*core_connection_change)(struct Messenger *m, unsigned int, void *);
274 unsigned int last_connection_status; 274 unsigned int last_connection_status;
275 275
276 uint8_t loop_run;
277 void (*loop_begin_cb)(struct Messenger *tox, void *user_data);
278 void (*loop_end_cb)(struct Messenger *tox, void *user_data);
279
276 Messenger_Options options; 280 Messenger_Options options;
277}; 281};
278 282