From bb3475e8eb379ee18f3d8f37caa8040b852a6213 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 23 Mar 2024 01:21:46 +0100 Subject: all: rename redis -> redict symbols and comments Signed-off-by: Anna (navi) Figueiredo Gomes --- sockcompat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sockcompat.c') diff --git a/sockcompat.c b/sockcompat.c index 850e8ed..6c82cce 100644 --- a/sockcompat.c +++ b/sockcompat.c @@ -9,7 +9,7 @@ * */ -#define REDIS_SOCKCOMPAT_IMPLEMENTATION +#define REDICT_SOCKCOMPAT_IMPLEMENTATION #include "sockcompat.h" #ifdef _WIN32 @@ -242,7 +242,7 @@ int win32_poll(struct pollfd *fds, nfds_t nfds, int timeout) { return ret != SOCKET_ERROR ? ret : -1; } -int win32_redisKeepAlive(SOCKET sockfd, int interval_ms) { +int win32_redictKeepAlive(SOCKET sockfd, int interval_ms) { struct tcp_keepalive cfg; DWORD bytes_in; int res; -- cgit v1.2.3