Add generic circular buffer
Add a circular buffer implementation, to factorize multiple specific queues implementation.
This commit is contained in:
@@ -154,6 +154,9 @@ executable('scrcpy', src,
|
||||
### TESTS
|
||||
|
||||
tests = [
|
||||
['test_cbuf', [
|
||||
'tests/test_cbuf.c',
|
||||
]],
|
||||
['test_control_event_queue', [
|
||||
'tests/test_control_event_queue.c',
|
||||
'src/control_event.c'
|
||||
|
||||
Reference in New Issue
Block a user