Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2826 → Rev 2827

/branches/tracing/kernel/generic/include/proc/thread.h
210,6 → 210,7
unative_t syscall_args[6];
istate_t *uspace_state;
bool debug_stop;
bool debug_active; /**< In a debugging session */
} thread_t;
 
/** Thread list lock.