comparison 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
comparison
equal deleted inserted replaced
32:ede848cde37b 33:e5d83559f2b5
1 --- src/apps/relay/hiredis_libevent2.h.orig 2024-12-11 18:13:38 UTC
2 +++ src/apps/relay/hiredis_libevent2.h
3 @@ -48,7 +48,7 @@ typedef void *redis_context_handle;
4
5 #if !defined(TURN_NO_HIREDIS)
6
7 -redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *user, char *pwd, int db);
8 +redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *usocket, char *user, char *pwd, int db);
9
10 void send_message_to_redis(redis_context_handle rch, const char *command, const char *key, const char *format, ...);
11