Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
7f47462a
Commit
7f47462a
authored
Oct 08, 2019
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gdh doc fix
parent
91d3ce5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/lib/rt/src/rt_gdh.c
src/lib/rt/src/rt_gdh.c
+6
-0
src/lib/rt/src/rt_gdh.h
src/lib/rt/src/rt_gdh.h
+1
-1
No files found.
src/lib/rt/src/rt_gdh.c
View file @
7f47462a
...
...
@@ -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. */
)
...
...
src/lib/rt/src/rt_gdh.h
View file @
7f47462a
...
...
@@ -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 (nul
l
-terminated) */
pwr_tCid
cid
;
/**< Class of volume */
pwr_tNid
nid
;
/**< Node index */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment