X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..4ba76501152d51ccb5647018f3192c6096367d48:/osfmk/man/mach_port_qos.html diff --git a/osfmk/man/mach_port_qos.html b/osfmk/man/mach_port_qos.html old mode 100755 new mode 100644 index 3011ab78a..fd952bda8 --- a/osfmk/man/mach_port_qos.html +++ b/osfmk/man/mach_port_qos.html @@ -1 +1,46 @@ -
Structure - Specifies a port's attributes with respect to "Quality Of Service."
typedef struct mach_port_qos { boolean_t name; boolean_t rt; boolean_t pad1; boolean_t pad2; } mach_port_qos_t;
The mach_port_qos structure is used to specify a port's "quality of service" attributes when allocating the port via the mach_port_allocate_qos interface.
Functions: mach_port_allocate_qos, mach_port_get_attributes, mach_port_set_attributes. \ No newline at end of file +
+Structure - Specifies a port's attributes with respect to "Quality Of Service." +
+typedef struct mach_port_qos + { + boolean_t name; + boolean_t rt; + boolean_t pad1; + boolean_t pad2; + } mach_port_qos_t; ++
+
+
+
+The mach_port_qos structure is used to specify a port's +"quality of service" attributes when allocating the port via the +mach_port_allocate_qos interface. +
+Functions: +mach_port_allocate_qos, +mach_port_get_attributes, +mach_port_set_attributes.