view files/patch-src_apps_common_hiredis__libevent2.h @ 31:6b0d33b8e6f4

Begin upgrading to coturn v4.6.3
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 16 Mar 2025 16:50:41 +0100
parents 9a1ee735f28f
children
line wrap: on
line source

--- src/apps/common/hiredis_libevent2.h.orig	2019-03-02 21:06:19 UTC
+++ src/apps/common/hiredis_libevent2.h
@@ -50,7 +50,7 @@ typedef void* redis_context_handle;
 
 void redis_async_init(void);
 
-redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *pwd, int db);
+redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *pwd, char *usocket, int db);
 
 void send_message_to_redis(redis_context_handle rch, const char *command, const char *key, const char *format,...);