Watchdog_Insert Source

Joel Sherrill joel.sherrill at OARcorp.com
Tue Feb 12 14:13:50 UTC 2002



John Tilp wrote:
> 
> I found this in the source for Watchdog_Insert()
> file: rtems-4.5.1-pre3/c/src/exec/score/src/watchdoginsert.c
> 
> 47        for ( after = _Watchdog_First( header ) ;
> 48              ;
> 49              after = _Watchdog_Next( after ) ) {
> 50
>                    <snip>
> 81        }
> 82
> 
> Am I missing a patch?

No.  The loop itself has a number of test conditions and
breaks.  

> -John

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985



More information about the users mailing list