Easy c debugging question

Joerg Sonnenberger joerg at britannica.bec.de
Tue Mar 29 16:39:55 PST 2005


On Tue, Mar 29, 2005 at 04:10:35PM -0800, Matthew Dillon wrote:
>     Umm.  Try the initialized pointer being passed to 
>     kinfo_get_sched_cputime().

Right, kinfo_get_sched_cputime(&cputime), with cputime being
a local variable of type struct kinfo_cputime. That's another mistake :)

Joerg





More information about the Users mailing list