Skip to content
Snippets Groups Projects
Commit 863db753 authored by g0dil's avatar g0dil
Browse files

I should check, that the last compile really happened when I though it has ...

parent f2185d65
No related branches found
No related tags found
No related merge requests found
...@@ -57,13 +57,13 @@ prefix_ unsigned senf::scheduler::hangCount() ...@@ -57,13 +57,13 @@ prefix_ unsigned senf::scheduler::hangCount()
prefix_ void senf::scheduler::hiresTimers() prefix_ void senf::scheduler::hiresTimers()
{ {
detail::TimerDispatcher::instance().setTimerSource( detail::TimerDispatcher::instance().setTimerSource(
std::auto_ptr<TimerSource>(new POSIXTimerSource())); std::auto_ptr<detail::TimerSource>(new detail::POSIXTimerSource()));
} }
prefix_ void senf::scheduler::loresTimers() prefix_ void senf::scheduler::loresTimers()
{ {
detail::TimerDispatcher::instance().setTimerSource( detail::TimerDispatcher::instance().setTimerSource(
std::auto_ptr<TimerSource>(new PollTimerSource())); std::auto_ptr<detail::TimerSource>(new detail::PollTimerSource()));
} }
prefix_ bool senf::scheduler::haveScalableHiresTimers() prefix_ bool senf::scheduler::haveScalableHiresTimers()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment