make max error messages configurable

This commit is contained in:
daan 2019-11-03 13:25:41 -08:00
parent 520a8dafee
commit d1d65fbca4
2 changed files with 8 additions and 3 deletions

View file

@ -277,6 +277,7 @@ typedef enum mi_option_e {
mi_option_segment_reset,
mi_option_os_tag,
mi_option_max_numa_node,
mi_option_max_errors,
_mi_option_last
} mi_option_t;