On Fri, 06 May 2005 Thomas Petazzoni wrote :
>
>Hello,
>
>vaishali paisal wrote:
>
>>actually i want to start multiple timers simultaneously.
>
>Then, you need one struct timer_list for each timer.
>
>Thomas
>-- Thomas Petazzoni
>thomas.petazzoni@xxxxxxxx
yeah that's what i saw in all the codes related to timers but suppose i need to run around 50 timers simultaneously then it means i have to declare a variable for each of them.That is a bit uncomfortable !
Regards
vaishali