X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/e47e3dba268d93966c871dfaa6cbbca79038d5bb..7fb451cb3c27563ba7a952e347f9a12cc68a9a9c:/sys/sys/thread.h diff --git a/sys/sys/thread.h b/sys/sys/thread.h index 27e523ff9d..9db9eea24f 100644 --- a/sys/sys/thread.h +++ b/sys/sys/thread.h @@ -272,7 +272,7 @@ struct thread { void *td_unused01; /* (future I/O scheduler heuristic) */ int td_refs; /* hold position in gd_tdallq / hold free */ int td_nest_count; /* prevent splz nesting */ - int td_contended; /* token contention count */ + u_int td_contended; /* token contention count */ u_int td_mpflags; /* flags can be set by foreign cpus */ int td_cscount; /* cpu synchronization master */ int td_wakefromcpu; /* who woke me up? */