Make some bt_param_validation_map_value_entry_descr variables static
[babeltrace.git] / src / plugins / utils / counter / counter.c
index cff0d577d2ccdda2f3e1682b428716d194042cd3..9fe62a349096b603732eccf40fbc53161ca14b40 100644 (file)
@@ -138,6 +138,7 @@ void counter_finalize(bt_self_component_sink *comp)
        g_free(counter);
 }
 
+static
 struct bt_param_validation_map_value_entry_descr counter_params[] = {
        { "step", BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_OPTIONAL, { .type = BT_VALUE_TYPE_UNSIGNED_INTEGER } },
        { "hide-zero", BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_OPTIONAL, { .type = BT_VALUE_TYPE_BOOL } },
This page took 0.022953 seconds and 4 git commands to generate.