[Xorp-hackers] Delay in XORP?

Bruce M Simpson bms at incunabulum.net
Sun Aug 3 16:16:39 PDT 2008


Nguyen Van Nam wrote:
> Hi,
> I have done a test with TimerList like this:
> TimerList _timerlist;
> _timerList.system_sleep(100);
> It produce an error:
>  error: no matching function for call to 
> 'TimerList::TimerList(XorpTimer&)'
> ../libxorp/timer.hh:452: note: candidates are: 
> TimerList::TimerList(const TimerList&)
> ../libxorp/timer.hh:215: note:                 
> TimerList::TimerList(ClockBase*)
> Why is that? Could you send me an example of calling this method?

TimerList::system_sleep() is a class static method.

BMS



More information about the Xorp-hackers mailing list