[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] Multiple timers handling



Hi:
 
I am wondering if i can handle multiple timeout events with a single callback (i.e. Managed timers kind of stuff).
 
Today i see multiple event type (EV_TIMEOUT, EV_READ) are set when cb is called..
 
But can we distinguish same event type (timeout) but different timers @ app level in a cb.?
 
Thanks
Venkat