Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3034 → Rev 3035

/branches/tracing/kernel/generic/include/proc/task.h
106,8 → 106,6
mutex_t kb_cleanup_lock;
/** True if cleanup of kbox has already started */
bool kb_finished;
/** Used for waiting on kbox thread shutdown */
waitq_t kb_thread_shutdown_wq;
/** Architecture specific task data. */
task_arch_t arch;