/** Evaluate a EVFILT_PROC event
*
*/
-CC_NO_UBSAN(function) /* UBSAN: false positive - Public/private version of connection_t trips -fsanitize=function */
+CC_NO_UBSAN(function) /* UBSAN: false positive - Public/private version of fr_event_list_t trips -fsanitize=function */
static inline CC_HINT(always_inline)
void event_pid_eval(fr_event_list_t *el, struct kevent *kev)
{
*
* @param[in] el containing events to service.
*/
+CC_NO_UBSAN(function) /* UBSAN: false positive - Public/private version of fr_event_list_t trips -fsanitize=function */
void fr_event_service(fr_event_list_t *el)
{
fr_timer_list_t *etl = el->pub.tl;