mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Move handleClientsWithPendingWrites() in networking.c.
This commit is contained in:
@ -1110,6 +1110,7 @@ int listenToPort(int port, int *fds, int *count);
|
||||
void pauseClients(mstime_t duration);
|
||||
int clientsArePaused(void);
|
||||
int processEventsWhileBlocked(void);
|
||||
void handleClientsWithPendingWrites(void);
|
||||
|
||||
#ifdef __GNUC__
|
||||
void addReplyErrorFormat(client *c, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user