summaryrefslogtreecommitdiff
path: root/src/liana/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/liana/client.h')
-rw-r--r--src/liana/client.h5
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;