Hi All, I am trying to start two ITIMER_REAL timers.I use the following functions getitimer and setitimer.I am keeping two separate structure members of type struct itimerval for each of the timers.
But when I try to retrieve by using getitimer I always get the timer which I had started later.Even if I use the different structure members. What is the procedure to get the respective timer values correctly? Thanks in advance. Regards Arnab
