diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2013-11-19 15:01:57 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-12-03 13:46:55 -0600 |
commit | 73f53442ca13fdfef1225fa0e761e066c3623454 (patch) | |
tree | f871b9b9349485375571c8be7cb7afbad4258c1a /src/usr/dump | |
parent | 80a4cd4e48d52cac3dc3a8a93bc4c243aec8777c (diff) | |
download | talos-hostboot-73f53442ca13fdfef1225fa0e761e066c3623454.tar.gz talos-hostboot-73f53442ca13fdfef1225fa0e761e066c3623454.zip |
Return actual size of MDRT in message to DUMP
Change-Id: I813b9853e765f91c777e265600d08be44c9aad52
CQ: SW235398
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7339
Tested-by: Jenkins Server
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/dump')
-rw-r--r-- | src/usr/dump/dumpCollect.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/dump/dumpCollect.C b/src/usr/dump/dumpCollect.C index f0089311c..28cfb60eb 100644 --- a/src/usr/dump/dumpCollect.C +++ b/src/usr/dump/dumpCollect.C @@ -566,7 +566,8 @@ errlHndl_t doDumpCollect(void) } //Update actual count in RUNTIME - RUNTIME::update_MDRT_Count(l_resultCount); + RUNTIME::saveActualCount(RUNTIME::MS_DUMP_RESULTS_TBL, + l_resultCount); }while(0);// end of do-while loop // Got an errorlog back from get_host_data_sections |