summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/thread.h')
-rw-r--r--usr/src/uts/common/sys/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/thread.h b/usr/src/uts/common/sys/thread.h
index 74404edd3e..d545e093b3 100644
--- a/usr/src/uts/common/sys/thread.h
+++ b/usr/src/uts/common/sys/thread.h
@@ -292,6 +292,7 @@ typedef struct _kthread {
uint8_t t_unpark; /* modified holding t_delay_lock */
uint8_t t_release; /* lwp_release() waked up the thread */
uint8_t t_hatdepth; /* depth of recursive hat_memloads */
+ uint8_t t_xpvcntr; /* see xen_block_migrate() */
kcondvar_t t_joincv; /* cv used to wait for thread exit */
void *t_taskq; /* for threads belonging to taskq */
hrtime_t t_anttime; /* most recent time anticipatory load */