diff options
| author | 2026-04-13 17:36:54 -0400 | |
|---|---|---|
| committer | 2026-04-13 17:36:54 -0400 | |
| commit | 4ceadc74f0086168fbc576032ba3e6f23af16e39 (patch) | |
| tree | a542703d78f2b29ac1a756fdceec78e40860bab0 /src/liana/client.h | |
| parent | 77b54c35bf9587450cd636e0d7df37e190e28bfb (diff) | |
| download | camu-4ceadc74f0086168fbc576032ba3e6f23af16e39.tar.gz camu-4ceadc74f0086168fbc576032ba3e6f23af16e39.tar.bz2 camu-4ceadc74f0086168fbc576032ba3e6f23af16e39.zip | |
Changes that went uncommitted for too long
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/liana/client.h')
| -rw-r--r-- | src/liana/client.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/liana/client.h b/src/liana/client.h index 681b134..452150d 100644 --- a/src/liana/client.h +++ b/src/liana/client.h @@ -12,6 +12,7 @@ enum { LIANA_CLIENT_DATA, LIANA_CLIENT_SUBTITLE, LIANA_CLIENT_REMOVE_BUFFERS, + LIANA_CLIENT_RECOVER_TO, LIANA_CLIENT_RESUME_AT, LIANA_CLIENT_RECONNECTED, LIANA_CLIENT_EOF, @@ -22,7 +23,7 @@ enum { struct lia_reconnect_info { bool reconnect; bool unconfigured; - u32 mask; + u64 mask; array(struct camu_codec_stream *) detached; }; @@ -39,7 +40,7 @@ struct lia_client { u32 node_id; struct lia_prefs prefs; array(struct camu_codec_stream) streams; - u32 mask; + u64 mask; u64 pos; u64 at; u8 reconnect; |