diff options
Diffstat (limited to 'usr/src/uts/common/sys/thread.h')
| -rw-r--r-- | usr/src/uts/common/sys/thread.h | 1 |
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 e91b3bec0c..95b6a5548f 100644 --- a/usr/src/uts/common/sys/thread.h +++ b/usr/src/uts/common/sys/thread.h @@ -365,6 +365,7 @@ typedef struct _kthread { #define T_DFLTSTK 0x1000 /* stack is default size */ #define T_CAPTURING 0x2000 /* thread is in page capture logic */ #define T_VFPARENT 0x4000 /* thread is vfork parent, must call vfwait */ +#define T_DONTDTRACE 0x8000 /* disable DTrace probes */ /* * Flags in t_proc_flag. |
