Commit 7f47462a authored by Claes Sjofors's avatar Claes Sjofors

Gdh doc fix

parent 91d3ce5e
......@@ -1806,6 +1806,12 @@ pwr_tStatus gdh_GetNodeObject(pwr_tNodeId nid, /**< The node index. */
return sts;
}
/**
* @brief Return info for a node identified by a
* node identifier (of type pwr_tNodeId).
*
* @return pwr_tStatus
*/
pwr_tStatus gdh_GetNodeInfo(pwr_tNodeId nid, /**< The node index. */
gdh_sNodeInfo* ip /**< Receive the node info. */
)
......
......@@ -109,7 +109,7 @@ typedef struct {
pwr_tBoolean isLoaded; /**< Volume is loaded */
pwr_tBoolean isMounted; /**< Volume is mounted */
pwr_tTime time; /**< Version */
char name[32]; /**< Ascii name of volume (nul-terminated) */
char name[32]; /**< Ascii name of volume (null-terminated) */
pwr_tCid cid; /**< Class of volume */
pwr_tNid nid; /**< Node index */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment