summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_occ.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/htmgt_occ.H')
-rw-r--r--src/usr/htmgt/htmgt_occ.H10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/htmgt/htmgt_occ.H b/src/usr/htmgt/htmgt_occ.H
index fb439672d..40f564fcf 100644
--- a/src/usr/htmgt/htmgt_occ.H
+++ b/src/usr/htmgt/htmgt_occ.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2017 */
+/* Contributors Listed Below - COPYRIGHT 2014,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -453,9 +453,12 @@ namespace HTMGT
*
* @param[in] i_occStart true if call is being made after
* OCCs have just been started.
+ * @param[in] i_skipComm true if sendOccPoll should not
+ * be called
* @return NULL on success, or error handle on failure
*/
- static errlHndl_t buildOccs(const bool i_occStart = false);
+ static errlHndl_t buildOccs(bool i_occStart = false,
+ bool i_skipComm = false);
/**
@@ -687,7 +690,8 @@ namespace HTMGT
/* See buildOccs() above */
- errlHndl_t _buildOccs(const bool i_occStart = false);
+ errlHndl_t _buildOccs(bool i_occStart = false,
+ bool i_skipComm = false);
/* See getNumOccs() above */
OpenPOWER on IntegriCloud