Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2801 → Rev 2804

/branches/tracing/kernel/generic/include/proc/task.h
99,6 → 99,7
bool stop_request;
call_t *debug_begin_call;
call_t *debug_go_call;
int not_stoppable_count;
/** Architecture specific task data. */
task_arch_t arch;