diff options
Diffstat (limited to 'src/usr/errl/errludcallout.C')
| -rw-r--r-- | src/usr/errl/errludcallout.C | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/errl/errludcallout.C b/src/usr/errl/errludcallout.C index 3e8c0b522..0ba9e1570 100644 --- a/src/usr/errl/errludcallout.C +++ b/src/usr/errl/errludcallout.C @@ -112,7 +112,8 @@ ErrlUserDetailsCallout::ErrlUserDetailsCallout( const void *i_pTarget2Data, uint32_t i_target2DataLength, const HWAS::busTypeEnum i_busType, - const HWAS::callOutPriority i_priority) + const HWAS::callOutPriority i_priority, + const HWAS::CalloutFlag_t i_flag) { TRACDCOMP(g_trac_errl, "BusCallout entry"); @@ -127,6 +128,7 @@ ErrlUserDetailsCallout::ErrlUserDetailsCallout( pData = reinterpret_cast<HWAS::callout_ud_t *> (reallocUsrBuf(pDataLength)); pData->type = HWAS::BUS_CALLOUT; + pData->flag = i_flag; pData->busType = i_busType; pData->priority = i_priority; char * l_ptr = (char *)(++pData); |

