diff options
author | David Baker <dave@matrix.org> | 2019-10-01 11:14:16 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2019-10-01 11:14:16 +0100 |
commit | 39a1ee0b18f0fced6d7bc293cc9a46ea70ec9e96 (patch) | |
tree | cbda083a8eb42f57a82d03cea38add6803d20823 /include/olm/olm.h | |
parent | 3568060570bb06eff022f49ab39cf34e387e382f (diff) |
Add olm_session_describe
As a way to dump the state of an olm session, ie. the chain indicies,
so we can debug why olm sessions break and get out of sync.
Diffstat (limited to 'include/olm/olm.h')
-rw-r--r-- | include/olm/olm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/olm/olm.h b/include/olm/olm.h index 61ea07b..770be72 100644 --- a/include/olm/olm.h +++ b/include/olm/olm.h @@ -318,6 +318,8 @@ int olm_session_has_received_message( OlmSession *session ); +const char * olm_session_describe(OlmSession * session); + /** Checks if the PRE_KEY message is for this in-bound session. This can happen * if multiple messages are sent to this account before this account sends a * message in reply. The one_time_key_message buffer is destroyed. Returns 1 if |