mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
Refactor
This commit is contained in:
parent
1c1b98d7dd
commit
9c609b5fc1
44 changed files with 844 additions and 442 deletions
|
|
@ -132,6 +132,7 @@ namespace rfb {
|
|||
|
||||
void writeSubscribeUnixRelay(const bool success, const char *msg);
|
||||
void writeUnixRelay(const char *name, const rdr::U8 *buf, const unsigned len);
|
||||
void writeVideoEncoders(const std::vector<int32_t> &encoders);
|
||||
|
||||
void writeUserJoinedSession(const std::string& username);
|
||||
void writeUserLeftSession(const std::string& username);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue