|
|
@@ -434,11 +434,12 @@ struct openais_service_handler *amf_get_handler_ver0 (void)
|
|
|
{
|
|
|
return (&amf_service_handler);
|
|
|
}
|
|
|
+
|
|
|
static void register_this_component (void) {
|
|
|
lcr_component_register (&amf_comp_ver0);
|
|
|
}
|
|
|
|
|
|
-static void (*const __init_this_component[1]) (void) __attribute__ ((section(".ctors"))) = { register_this_component };
|
|
|
+void (*const __init_this_component[1]) (void) __attribute__ ((section(".ctors"))) = { register_this_component };
|
|
|
|
|
|
enum clc_command_run_operation_type {
|
|
|
CLC_COMMAND_RUN_OPERATION_TYPE_INSTANTIATE = 1,
|