X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fpretty%2Fpretty.c;h=b05622bda44880572121c26c09d3e8851c24d052;hp=6cc8607e19f79244caa6d93870ff8d1cd59290f1;hb=d9120ccba72cfe3173cf5987871e9667d4c4c547;hpb=dfcb42a693dadc4f869f8d5abaad1a92b5b853eb diff --git a/src/plugins/text/pretty/pretty.c b/src/plugins/text/pretty/pretty.c index 6cc8607e..b05622bd 100644 --- a/src/plugins/text/pretty/pretty.c +++ b/src/plugins/text/pretty/pretty.c @@ -296,6 +296,7 @@ end: static const char *color_choices[] = { "never", "auto", "always", NULL }; static const char *show_hide_choices[] = { "show", "hide", NULL }; +static struct bt_param_validation_map_value_entry_descr pretty_params[] = { { "color", BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_OPTIONAL, { BT_VALUE_TYPE_STRING, .string = { .choices = color_choices,