Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 622 → Rev 623

/kernel/trunk/generic/include/time/timeout.h
39,7 → 39,7
typedef void (* timeout_handler_t)(void *arg);
 
struct timeout {
spinlock_t lock;
SPINLOCK_DECLARE(lock);
 
link_t link; /**< Link to the list of active timeouts on THE->cpu */