Hi all,
I want to use the delay function in XORP (like function sleep(ms) in C) 
but i don't know what exactly is this?
Coul you please explain me?
Thank you so much.

Nguyen van Nam



----- Original Message ----
From: Bruce M Simpson <[EMAIL PROTECTED]>
To: Nguyen Van Nam <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Sent: Wednesday, July 30, 2008 7:34:12 PM
Subject: Re: [Xorp-hackers] Problem with writing a xorp process

Nguyen Van Nam wrote:
> Hi,
> Thanks so much for your answer.
> But could you please answer me another question?
> I have implemented my code  as in print_lsas modul.
> In such a way, I defined my own EventLoop, my own XrlRouter, and i 
> wait_for_xrl_ router_is ready.
> But I found the following error when i declared EventLoop evenloop.
> [timer.cc] Assertion 'thetimerList==(!null)' failed.
> Another time, could you please explain me?

This assertion is only present in the TimerList constructor.

Could you have done anything which caused the constructor to be called 
more than once?
Are you using threads, for example (we don't support this) ?

thanks
BMS



      
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to