]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/thread_policy.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / mach / thread_policy.h
index 0badb50ac73bed9e6f94659eed5104a4132dec0d..915425333e23ffcd89a2ce21ae34cbe888d7a5a9 100644 (file)
@@ -404,8 +404,9 @@ struct thread_requested_policy {
                        thrp_qos_promote        :3,     /* thread qos class from promotion */
                        thrp_qos_ipc_override   :3,     /* thread qos class from ipc override */
                        thrp_terminated         :1,     /* heading for termination */
+                       thrp_qos_sync_ipc_override:3,   /* thread qos class from sync ipc override */
 
-                       thrp_reserved           :32;
+                       thrp_reserved           :29;
 };
 
 struct thread_effective_policy {