--- src/apps/relay/hiredis_libevent2.h.orig 2024-12-11 18:13:38 UTC +++ src/apps/relay/hiredis_libevent2.h @@ -48,7 +48,7 @@ typedef void *redis_context_handle; #if !defined(TURN_NO_HIREDIS) -redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *user, char *pwd, int db); +redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *usocket, char *user, char *pwd, int db); void send_message_to_redis(redis_context_handle rch, const char *command, const char *key, const char *format, ...);