Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2805 → Rev 2808

/branches/tracing/kernel/generic/include/proc/task.h
101,6 → 101,9
call_t *debug_go_call;
int not_stoppable_count;
answerbox_t kernel_box;
struct thread *kb_thread;
/** Architecture specific task data. */
task_arch_t arch;