summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/runtime.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/runtime/runtime.H')
-rw-r--r--src/include/usr/runtime/runtime.H20
1 files changed, 7 insertions, 13 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index 017154a1f..4d45defcf 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -35,19 +35,6 @@
namespace RUNTIME
{
-/**
- * @brief Populate attributes in mainstore for HostServices
- *
- * @return errlHndl_t NULL on success
- */
-errlHndl_t populate_attributes( void );
-
-/**
- * @brief Populate node attributes in mainstore for HostServices
- *
- * @return errlHndl_t NULL on Success
- */
-errlHndl_t populate_node_attributes( uint64_t i_nodeNum );
/**
* @brief Add the host data mainstore location to VMM
@@ -71,6 +58,13 @@ errlHndl_t load_host_data( void );
errlHndl_t populate_hbRuntimeData( void );
/**
+ * @brief Populate node attributes in mainstore for HostServices
+ *
+ * @return errlHndl_t NULL on Success
+ */
+errlHndl_t populate_HbRsvMem( uint64_t i_nodeNum );
+
+/**
* @brief persistent read/write Attribute validity runtime check
*
* @description In order to ensure validity of persistent read/write
OpenPOWER on IntegriCloud