1.I'm Using Posix Timers. I Would Like To Kno Whether It Is Possible To Fire Two Timers With Same Signum. The Signal Event Function Is Different.
2. Is there any way to send an argument to the signal event function other than signum.
the functions i used for timer are
timer_create()- for creating the timer
sigaction() - signal event function and signo is given here
settimer() -for setting the timer.
PLEASE HELP ME
THANKS