diff --git a/include/public/eventloop.h b/include/public/eventloop.h index 3765606..a267dc0 100644 --- a/include/public/eventloop.h +++ b/include/public/eventloop.h @@ -52,4 +52,4 @@ int tlsl_eventloop_add_fd(struct tlsl_eventloop *el, struct tlsl_event *e, int f DEF_SCOPED_TYPE(eventloop_stack, struct tlsl_eventloop, (struct tlsl_eventloop) { .valid = false }, tlsl_eventloop_cleanup) #define EVENTLOOP_STACK_SCOPED(VAL) SCOPED(eventloop_stack, struct tlsl_eventloop, VAL) -#define EVENTLOOP_STACK_CLOSE(EL) _scoped_eventloop_stack_cleanup(EL) +#define EVENTLOOP_STACK_CLOSE(EL) _tlsl_scoped_eventloop_stack_cleanup(EL)