get_tracker returns the tracker object associated with the component or nil if no such tracker exists.
get_mapper returns the mapper object associated with the component or nil if no such mapper exists.
SIM_INTERFACE(osa_tracker_component) { conf_object_t *(*get_tracker)(conf_object_t *NOTNULL obj); conf_object_t *(*get_mapper)(conf_object_t *NOTNULL obj); }; #define OSA_TRACKER_COMPONENT_INTERFACE "osa_tracker_component"