Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2898 → Rev 2899

/branches/tracing/kernel/generic/src/proc/task.c
175,6 → 175,7
ta->dt_state = UDEBUG_TS_INACTIVE;
ta->debug_begin_call = NULL;
ta->not_stoppable_count = 0;
ta->debug_evmask = 0;
 
ipc_answerbox_init(&ta->kernel_box, ta);
ta->kb_thread = NULL;