Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 280 → Rev 279

/shark/trunk/ports/first/modules/grubstar.c
121,6 → 121,7
kern_printf("%d",p);
#endif
 
kern_gettime(&b->dline);
ADDUSEC2TIMESPEC(b->T, &b->dline);
 
b->current = p;
448,9 → 449,9
/* ...and finally, we have to post a capacity event */
if (!nostop) {
TIMESPEC_ASSIGN(&ty, &schedule_time);
TIMESPEC_ASSIGN(&lev->cap_lasttime, &schedule_time);
ADDUSEC2TIMESPEC(lev->b[lev->tb[p]].avail,&ty);
lev->cap_lev = kern_event_post(&ty,capacity_handler, lev);
kern_gettime(&lev->cap_lasttime);
}
}