[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Event UID not valid!



Hello, all,
I have inserted, in my program, a new event in the scheduler for have self-control for packets in tail (for transmit packets in tail in a determined moment). I have used the class "Timer-handler" and particularly the function "resched", in this way:
 
#include "timer-handler.h"
.
.
TimerHandler* timer;
timer->resched(time);
.
.
But the simulation furnishes this message of error: "Scheduler: Event UID not valid!". Why??
 
Thanks a lot in advance!!
 
Ivan