summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2')
-rw-r--r--src/import/hwpf/fapi2/include/error_info_defs.H1
-rwxr-xr-xsrc/import/hwpf/fapi2/tools/parseErrorInfo.pl4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H
index 1c438d4c..880552eb 100644
--- a/src/import/hwpf/fapi2/include/error_info_defs.H
+++ b/src/import/hwpf/fapi2/include/error_info_defs.H
@@ -230,6 +230,7 @@ enum CalloutPriority
LOW = 0,
MEDIUM = 1,
HIGH = 2,
+ NONE = 3,
};
}
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
index e4a2de96..ed4b9928 100755
--- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
+++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
@@ -1252,7 +1252,7 @@ foreach my $argnum ( 0 .. $#ARGV )
foreach my $cdg ( keys %cdgTargetHash )
{
my $callout = 0;
- my $priority = 'LOW';
+ my $priority = 'NONE';
my $deconf = 0;
my $gard = 0;
@@ -1296,7 +1296,7 @@ foreach my $argnum ( 0 .. $#ARGV )
foreach my $childType ( keys %{ $cdgChildHash{$parent} } )
{
my $callout = 0;
- my $priority = 'LOW';
+ my $priority = 'NONE';
my $deconf = 0;
my $gard = 0;
my $childPort = 0xFF;
OpenPOWER on IntegriCloud