about summary refs log tree commit diff stats
path: root/src/omemo/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/omemo/store.h')
-rw-r--r--src/omemo/store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/omemo/store.h b/src/omemo/store.h
index fd52c0b9..f3a9274a 100644
--- a/src/omemo/store.h
+++ b/src/omemo/store.h
@@ -48,6 +48,7 @@ typedef struct {
    signal_buffer *private;
    uint32_t registration_id;
    GHashTable *trusted;
+   bool recv;
 } identity_key_store_t;
 
 GHashTable * session_store_new(void);