Skip to content

Commit 20866f0

Browse files
author
nshpak
committed
Fix opal arg parsing overhead
Signed-off-by: nshpak <[email protected]>
1 parent a8fbb4d commit 20866f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/runtime/opal_params_core.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ typedef enum {
4343
OPAL_VAR_DUMP_COLOR_VAR_NAME = 0,
4444
OPAL_VAR_DUMP_COLOR_VAR_VALUE = 1,
4545
OPAL_VAR_DUMP_COLOR_VALID_VALUES = 2,
46+
OPAL_VAR_DUMP_COLOR_VALID_LAST = 3,
4647
OPAL_VAR_DUMP_COLOR_KEY_COUNT
4748
} opal_var_dump_color_key_t;
4849

0 commit comments

Comments
 (0)