CLIENT LIST implemented

This commit is contained in:
antirez
2011-04-21 15:38:02 +02:00
parent 17b24ff30d
commit 3cd12b5687
6 changed files with 64 additions and 2 deletions

View File

@ -53,5 +53,6 @@ int anetWrite(int fd, char *buf, int count);
int anetNonBlock(char *err, int fd);
int anetTcpNoDelay(char *err, int fd);
int anetTcpKeepAlive(char *err, int fd);
int anetPeerToString(int fd, char *ip, int *port);
#endif