diff options
Diffstat (limited to 'src/usr/errl/plugins/errludparserfactoryerrl.H')
| -rw-r--r-- | src/usr/errl/plugins/errludparserfactoryerrl.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/errl/plugins/errludparserfactoryerrl.H b/src/usr/errl/plugins/errludparserfactoryerrl.H index 608be0577..1db49a8dc 100644 --- a/src/usr/errl/plugins/errludparserfactoryerrl.H +++ b/src/usr/errl/plugins/errludparserfactoryerrl.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -35,6 +37,7 @@ #include "errludattribute.H" #include "errludlogregister.H" #include "errludcallout.H" +#include "errludsensor.H" namespace ERRORLOG { @@ -60,6 +63,7 @@ public: registerParser<ErrlUserDetailsParserAttribute>(ERRL_UDT_ATTRIBUTE); registerParser<ErrlUserDetailsParserLogRegister>(ERRL_UDT_LOGREGISTER); registerParser<ErrlUserDetailsParserCallout>(ERRL_UDT_CALLOUT); + registerParser<ErrlUserDetailsParserSensor>(ERRL_UDT_SENSOR); } private: |

