Mercurial > hgrepos > FreeBSD > ports > net > turnserver
view files/patch-src_apps_relay_hiredis__libevent2.h @ 33:e5d83559f2b5
Recreate patches.
Major refactoring because paths have changed and the style of some source
files has changed.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Mar 2025 11:17:31 +0100 |
| parents | files/patch-src_apps_common_hiredis__libevent2.h@9a1ee735f28f |
| children |
line wrap: on
line source
--- 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, ...);
