Wim Taymans
ee202e13e9
Beginnings of dbus based control
2016-10-14 16:46:09 +02:00
Wim Taymans
2905d91467
Add poll interface and remove poll events
...
Use an interface to change items in a poll loop.
2016-10-07 17:10:46 +02:00
Wim Taymans
49dae17dfb
Add logger
...
Add logger interface
Make it possible to pass extra interfaces to the element at init time,
such as a logger.
2016-10-05 17:43:11 +02:00
Wim Taymans
c6861845a7
pass the client object around
...
Pass the client object around, it's easier to deal with than the sender
id.
Fix the ASYNC return check
Don't overwrite the fds of a pollitem, instead keep an index of their
position in the global fd array.
2016-09-27 16:59:45 +02:00
Wim Taymans
7b53fa8685
rt-poll: make small poll helper object
...
Remove the event loop code into a separate object so that we can share
the same loop for multiple nodes.
Some cleanups
2016-09-26 17:27:04 +02:00