From 4ceadc74f0086168fbc576032ba3e6f23af16e39 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 17:36:54 -0400 Subject: Changes that went uncommitted for too long Signed-off-by: Andrew Opalach --- src/liana/client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/liana/client.h') 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; -- cgit v1.2.3-101-g0448