Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2807 → Rev 2808

/branches/tracing/kernel/generic/include/proc/task.h
100,6 → 100,9
call_t *debug_begin_call;
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;