norma_node_self.html   [plain text]


<h2>norma_node_self</h2>
<hr>
<p>
<strong>Function</strong> - Return the node index of the current host.
<h3>SYNOPSIS</h3>
<pre>
<strong>kern_return_t   norma_node_self</strong>
                <strong>(host_t</strong>                                    <var>host</var>,
                 <strong>int</strong>                                        <var>int</var><strong>);</strong>
</pre>
<h3>PARAMETERS</h3>
<dl>
<p>
<dt> <var>host</var>
<dd>
[in host send-right] Name of the host.
<p>
<dt> <var>node</var>
<dd>
[out scalar] Node index of the host.
</dl>
<h3>DESCRIPTION</h3>
<p>
The norma_node_self function returns the node index of the current host.
<h3>RETURN VALUES</h3>
<p>
Only generic errors apply.
<h3>RELATED INFORMATION</h3>
<p>
Functions:
<a href="norma_task_create.html"><strong>norma_task_create</strong></a>,
<a href="norma_task_clone.html"><strong>norma_task_clone</strong></a>,