Skip to content
Snippets Groups Projects
Commit d16aadfe authored by Jason King's avatar Jason King
Browse files

Fixed typo in switch_p_free_node_info arg list. Changed switch_node_info_t *

to switch_node_info_t.
parent ba5a7195
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ which the record's contents are read.</p> ...@@ -208,7 +208,7 @@ which the record's contents are read.</p>
the plugin should return SLURM_ERROR and set the errno to an appropriate value the plugin should return SLURM_ERROR and set the errno to an appropriate value
to indicate the reason for failure.</p> to indicate the reason for failure.</p>
<p class="commandline">void switch_p_free_node_info (switch_node_info_t *switch_node);</p> <p class="commandline">void switch_p_free_node_info (switch_node_info_t switch_node);</p>
<p style="margin-left:.2in"><b>Description</b>: Release the storage associated with <p style="margin-left:.2in"><b>Description</b>: Release the storage associated with
a node's switch state record.</p> a node's switch state record.</p>
<p style="margin-left:.2in"><b>Arguments</b>:<span class="commandline"> switch_node</span>&nbsp; <p style="margin-left:.2in"><b>Arguments</b>:<span class="commandline"> switch_node</span>&nbsp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment