mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Take a better stab at making this compile.
This commit is contained in:
parent
cd0d707eb7
commit
bb141be10a
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ ithread_destroy(struct intr_thread *ithread)
|
|||
{
|
||||
struct thread *td;
|
||||
|
||||
CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_thread->td_name);
|
||||
CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name);
|
||||
td = ithread->it_thread;
|
||||
mtx_lock_spin(&sched_lock);
|
||||
ithread->it_flags |= IT_DEAD;
|
||||
|
|
|
|||
Loading…
Reference in a new issue