summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/hwp/occ/occ.H12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/hwp/occ/occ.H b/src/include/usr/hwpf/hwp/occ/occ.H
index 1292895df..ea414ffb9 100644
--- a/src/include/usr/hwpf/hwp/occ/occ.H
+++ b/src/include/usr/hwpf/hwp/occ/occ.H
@@ -45,7 +45,17 @@ namespace HBOCC {
*
* @return errlHndl_t Error log if OCC load failed
*/
- errlHndl_t activateOCC ();
+ errlHndl_t activateOCCs();
+
+ /**
+ * @brief Stops OCCs on all Processors in the node
+ * Function will attempt to stop all OCCs and commit
+ * logs inline. An error will only be returned for
+ * very unexpected software fails.
+ *
+ * @return errlHndl_t Error log if OCC load failed
+ */
+ errlHndl_t stopOCCs();
} //end OCC namespace
#endif
OpenPOWER on IntegriCloud