4 <strong>Structure
</strong> - Specifies a port's attributes with respect to "Quality Of Service."
7 <strong>typedef struct mach_port_qos
</strong>
9 <strong>boolean_t
</strong> <var>name
</var><strong>;
</strong>
10 <strong>boolean_t
</strong> <var>rt
</var><strong>;
</strong>
11 <strong>boolean_t
</strong> <var>pad1
</var><strong>;
</strong>
12 <strong>boolean_t
</strong> <var>pad2
</var><strong>;
</strong>
13 <strong>} mach_port_qos_t;
</strong>
19 If TRUE, the system will bestow the user-specified name on the newly allocated port.
20 Otherwise, the system will choose the port's name.
24 If TRUE, this field causes a realtime port to be allocated.
25 Otherwise, a regular port will be allocated.
29 A
30 bit padding field.
33 A
32 bit padding field; with the
<var>pad1
</var> field, lengthens the
38 The
<strong>mach_port_qos
</strong> structure is used to specify a port's
39 "quality of service" attributes when allocating the port via the
40 <strong>mach_port_allocate_qos
</strong> interface.
41 <h3>RELATED INFORMATION
</h3>
44 <a href=
"mach_port_allocate_qos.html"><strong>mach_port_allocate_qos
</strong></a>,
45 <a href=
"mach_port_get_attributes.html"><strong>mach_port_get_attributes
</strong></a>,
46 <a href=
"mach_port_set_attributes.html"><strong>mach_port_set_attributes
</strong></a>.