Rename queue to sc_queue

Add a scrcpy-specific prefix.
This commit is contained in:
Romain Vimont
2021-07-04 15:05:08 +02:00
parent af8a21ed7c
commit 099cba07f0
4 changed files with 34 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ struct record_packet {
struct record_packet *next;
};
struct recorder_queue QUEUE(struct record_packet);
struct recorder_queue SC_QUEUE(struct record_packet);
struct recorder {
struct sc_packet_sink packet_sink; // packet sink trait