Utils/Console: Fix singleton instantiation order (ServerManager / Scheduler)
Scheduler: Add automatic periodic resync to ClockService::abstime() and ClockService::clock() Scheduler: Add task nameing Scheduler: BUGFIX: Add missing task-dequeue in FdDispatcher::add() Scheduler: Add empty() member to all dispatchers Scheduler: Add eventTime() support to FdManager Scheduler: Add support for non-pollable file descriptor detection to FdManager and FdDispatcher Scheduler: Add FIFORunner task watchdog Scheduler: Add debugging backtrace to FIFORunner Scheduler: Change senf::Scheduler implementation to use the new dispatcher infrastructure Scheduler: BUGFIX: Fix access to (possibly) destroyed object in TimerEvent::run() Utils: Add senf::signalName() helper Utils/Daemon: Use senf::signalName() in debug messages Utils/Logger: Fix logger to correctly format the timestamp (the deadlock should be fixed now) Update scheduler callback signatures to the new API throughout the project Update documentation
Showing
- Console/Readline.cc 1 addition, 1 deletionConsole/Readline.cc
- Console/Readline.hh 1 addition, 1 deletionConsole/Readline.hh
- Console/Server.cc 2 additions, 2 deletionsConsole/Server.cc
- Console/Server.cci 6 additions, 0 deletionsConsole/Server.cci
- Console/Server.hh 1 addition, 1 deletionConsole/Server.hh
- Console/Server.ih 3 additions, 2 deletionsConsole/Server.ih
- Examples/MCSniffer/MCSniffer.cc 1 addition, 1 deletionExamples/MCSniffer/MCSniffer.cc
- Examples/Sniffer/Sniffer.cc 1 addition, 1 deletionExamples/Sniffer/Sniffer.cc
- Examples/TCPClientServer/server.cc 2 additions, 2 deletionsExamples/TCPClientServer/server.cc
- Examples/UDPClientServer/udpServer.cc 1 addition, 1 deletionExamples/UDPClientServer/udpServer.cc
- PPI/ActiveFeeder.hh 1 addition, 1 deletionPPI/ActiveFeeder.hh
- PPI/IOEvent.cc 1 addition, 1 deletionPPI/IOEvent.cc
- PPI/IOEvent.hh 1 addition, 1 deletionPPI/IOEvent.hh
- PPI/IdleEvent.cc 1 addition, 0 deletionsPPI/IdleEvent.cc
- Scheduler/ClockService.cci 4 additions, 0 deletionsScheduler/ClockService.cci
- Scheduler/ClockService.hh 17 additions, 43 deletionsScheduler/ClockService.hh
- Scheduler/FIFORunner.cc 63 additions, 1 deletionScheduler/FIFORunner.cc
- Scheduler/FIFORunner.cci 15 additions, 4 deletionsScheduler/FIFORunner.cci
- Scheduler/FIFORunner.hh 41 additions, 6 deletionsScheduler/FIFORunner.hh
- Scheduler/FdDispatcher.cc 37 additions, 10 deletionsScheduler/FdDispatcher.cc
Loading
Please register or sign in to comment