mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Use VecDeque in controller
Replace cbuf by VecDeque in controller.
This commit is contained in:
parent
72fd315ef0
commit
c7f252ee2b
2 changed files with 35 additions and 17 deletions
|
|
@ -8,11 +8,11 @@
|
|||
#include "control_msg.h"
|
||||
#include "receiver.h"
|
||||
#include "util/acksync.h"
|
||||
#include "util/cbuf.h"
|
||||
#include "util/net.h"
|
||||
#include "util/thread.h"
|
||||
#include "util/vecdeque.h"
|
||||
|
||||
struct sc_control_msg_queue CBUF(struct sc_control_msg, 64);
|
||||
struct sc_control_msg_queue SC_VECDEQUE(struct sc_control_msg);
|
||||
|
||||
struct sc_controller {
|
||||
sc_socket control_socket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue