-<h2>host_sched_info</h2>\r<hr>\r<p>\r<strong>Structure</strong> - Used to present the set of scheduler limits associated\r with the host.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>struct host_sched_info</strong>\r<strong>{</strong>\r <strong>integer_t</strong> <var>min_timeout</var><strong>;</strong>\r <strong>integer_t</strong> <var>min_quantum</var><strong>;</strong>\r<strong>};</strong>\r\r<strong>typedef struct host_sched_info* host_sched_info_t;</strong>\r</pre>\r<h3>FIELDS</h3>\r<dl>\r<dt> <var>min_timeout</var>\r<dd>\rMinimum time-out, in milliseconds\r<p>\r<dt> <var>min_quantum</var>\r<dd>\rMinimum quantum (period for which a thread can be scheduled if\runinterrupted), in milliseconds\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>host_sched_info</strong> structure defines the limiting\rscheduling information\ravailable about a host.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="host_info.html"><strong>host_info</strong></a>.\r<p>\rData Structures:\r<a href="host_basic_info.html"><strong>host_basic_info</strong></a>,\r<a href="host_load_info.html"><strong>host_load_info</strong></a>.\r
\ No newline at end of file
+<h2>host_sched_info</h2>
+<hr>
+<p>
+<strong>Structure</strong> - Used to present the set of scheduler limits associated
+ with the host.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>struct host_sched_info</strong>
+<strong>{</strong>
+ <strong>integer_t</strong> <var>min_timeout</var><strong>;</strong>
+ <strong>integer_t</strong> <var>min_quantum</var><strong>;</strong>
+<strong>};</strong>
+
+<strong>typedef struct host_sched_info* host_sched_info_t;</strong>
+</pre>
+<h3>FIELDS</h3>
+<dl>
+<dt> <var>min_timeout</var>
+<dd>
+Minimum time-out, in milliseconds
+<p>
+<dt> <var>min_quantum</var>
+<dd>
+Minimum quantum (period for which a thread can be scheduled if
+uninterrupted), in milliseconds
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>host_sched_info</strong> structure defines the limiting
+scheduling information
+available about a host.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="host_info.html"><strong>host_info</strong></a>.
+<p>
+Data Structures:
+<a href="host_basic_info.html"><strong>host_basic_info</strong></a>,
+<a href="host_load_info.html"><strong>host_load_info</strong></a>.