__attribute__ ((constructor)) static void vsf_ykd_comp_register (void) {
	lcr_component_register (&vsf_ykd_comp_ver0);
}
コード例 #2
0
__attribute__ ((constructor)) static void register_this_component (void) {
	lcr_interfaces_set (&openais_cfg_ver0[0], &cfg_service_handler_iface);

	lcr_component_register (&cfg_comp_ver0);
}
コード例 #3
0
ファイル: wd.c プロジェクト: danfrincu/corosync
__attribute__ ((constructor)) static void corosync_lcr_component_register (void) {
#endif
	lcr_interfaces_set (&corosync_wd_ver0[0], &wd_service_engine_iface);

	lcr_component_register (&wd_comp_ver0);
}
コード例 #4
0
ファイル: vsf_ykd.c プロジェクト: ystk/debian-corosync
__attribute__ ((constructor)) static void corosync_lcr_component_register (void) {
#endif
	lcr_component_register (&vsf_ykd_comp_ver0);
}