]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/voucher/ipc_pthread_priority.c
xnu-6153.61.1.tar.gz
[apple/xnu.git] / osfmk / voucher / ipc_pthread_priority.c
index 28d3f54b3e0403f79681b989f0fc1bc335904ff1..22118c32592d17b9fb0a530bcfebe7c805fa023b 100644 (file)
@@ -97,7 +97,7 @@ ipc_pthread_priority_release(ipc_voucher_attr_manager_t __assert_only manager);
 /*
  * communication channel from voucher system to IPC_PTHREAD_PRIORITY
  */
 /*
  * communication channel from voucher system to IPC_PTHREAD_PRIORITY
  */
-struct ipc_voucher_attr_manager ipc_pthread_priority_manager = {
+const struct ipc_voucher_attr_manager ipc_pthread_priority_manager = {
        .ivam_release_value    = ipc_pthread_priority_release_value,
        .ivam_get_value        = ipc_pthread_priority_get_value,
        .ivam_extract_content  = ipc_pthread_priority_extract_content,
        .ivam_release_value    = ipc_pthread_priority_release_value,
        .ivam_get_value        = ipc_pthread_priority_get_value,
        .ivam_extract_content  = ipc_pthread_priority_extract_content,