Make some bt_param_validation_map_value_entry_descr variables static
[babeltrace.git] / src / plugins / utils / dummy / dummy.c
index f9718808d751ee64eba2b8fcedab8a756176c461..224b0696687a7bc77077f5b79e2674a510b28a80 100644 (file)
@@ -34,6 +34,7 @@
 static
 const char * const in_port_name = "in";
 
+static
 void destroy_private_dummy_data(struct dummy *dummy)
 {
        bt_self_component_port_input_message_iterator_put_ref(dummy->msg_iter);
@@ -53,6 +54,7 @@ void dummy_finalize(bt_self_component_sink *comp)
        destroy_private_dummy_data(dummy);
 }
 
+static
 struct bt_param_validation_map_value_entry_descr dummy_params[] = {
        BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_END
 };
This page took 0.024367 seconds and 4 git commands to generate.