htc: declare and begin impl of HtclowManagerImpl interface
This commit is contained in:
@@ -43,10 +43,10 @@ namespace ams::htclow::mux {
|
||||
RingBuffer m_receive_buffer;
|
||||
s16 m_version;
|
||||
ChannelConfig m_config;
|
||||
u64 m_offset;
|
||||
u64 m_total_send_size;
|
||||
u64 m_next_max_data;
|
||||
u64 m_cur_max_data;
|
||||
u64 m_offset;
|
||||
std::optional<u64> m_share;
|
||||
os::Event m_state_change_event;
|
||||
ChannelState m_state;
|
||||
|
||||
Reference in New Issue
Block a user