Move handleClientsWithPendingWrites() in networking.c.

This commit is contained in:
antirez
2015-09-28 19:06:36 +02:00
parent 1c7d87df0c
commit 481a0db315
3 changed files with 29 additions and 28 deletions

View File

@ -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, ...)