Make some bt_param_validation_map_value_entry_descr variables static
[babeltrace.git] / src / plugins / text / dmesg / dmesg.c
index 0d755e73339055525021b6fe741228dc773e4dc7..da21f69eaf964a1248ec98bb76cd0d4401f7c38c 100644 (file)
@@ -201,6 +201,7 @@ end:
        return ret;
 }
 
+static
 struct bt_param_validation_map_value_entry_descr dmesg_params[] = {
        { "no-extract-timestamp", BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_OPTIONAL, { .type = BT_VALUE_TYPE_BOOL } },
        { "path", BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_OPTIONAL, { .type = BT_VALUE_TYPE_STRING } },
This page took 0.02321 seconds and 4 git commands to generate.