Remove hastables, use lists
Remove obsolete ringbuffer
some small cleanups
This commit is contained in:
Wim Taymans 2016-11-15 20:12:31 +01:00
parent b6ad45bb74
commit 1a48bccca0
16 changed files with 93 additions and 554 deletions

View file

@ -8,7 +8,6 @@ pinos_headers = [
'mem.h',
'pinos.h',
'properties.h',
'ringbuffer.h',
'rtkit.h',
'stream.h',
'subscribe.h',
@ -29,7 +28,6 @@ pinos_sources = [
'serialize.c',
'stream.c',
'pinos.c',
'ringbuffer.c',
'rtkit.c',
'subscribe.c',
'thread-mainloop.c',