Mercurial > hgrepos > FreeBSD > ports > net > turnserver
annotate 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 |
| rev | line source |
|---|---|
| 33 | 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
9a1ee735f28f
Patch to allow redis connections by a Unix socket.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
| 33 | 5 #if !defined(TURN_NO_HIREDIS) |
|
4
9a1ee735f28f
Patch to allow redis connections by a Unix socket.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 |
| 33 | 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); | |
|
4
9a1ee735f28f
Patch to allow redis connections by a Unix socket.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 |
| 33 | 10 void send_message_to_redis(redis_context_handle rch, const char *command, const char *key, const char *format, ...); |
|
4
9a1ee735f28f
Patch to allow redis connections by a Unix socket.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 |
