X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FMainpage.dox;h=24719ee639b91fbd1026a18a611573149629f62f;hb=ac90835cbb00ca83a51ab9efb23fdcb75518e808;hp=40f3f0e7e0eaea44961158562fa93c641e79e8e8;hpb=6159637c51fd562b2bf68a026a3946b2c84f4e0d;p=senf.git diff --git a/Scheduler/Mainpage.dox b/Scheduler/Mainpage.dox index 40f3f0e..24719ee 100644 --- a/Scheduler/Mainpage.dox +++ b/Scheduler/Mainpage.dox @@ -93,7 +93,7 @@ \li The Dispatcher registeres all callbacks as tasks with the runner (senf::scheduler::FIFORunner). - \li The senf::scheduler::FdManager uses senf::scheduler::Poller to access the low-level epoll() + \li The senf::scheduler::FdManager uses senf::scheduler::detail::Poller to access the low-level epoll() API. All these classes are \e not singletons. They are all instantiatied by the senf::Scheduler