Use cbuf for control event queue

Replace the control_event_queue implementation by cbuf.
This commit is contained in:
Romain Vimont 2019-05-29 21:24:30 +02:00
commit 241a3dcba5
6 changed files with 14 additions and 190 deletions

View file

@ -157,10 +157,6 @@ tests = [
['test_cbuf', [
'tests/test_cbuf.c',
]],
['test_control_event_queue', [
'tests/test_control_event_queue.c',
'src/control_event.c'
]],
['test_control_event_serialize', [
'tests/test_control_event_serialize.c',
'src/control_event.c'