Move socket related functions to netmgr/socket.c
Move the netmgr socket related functions from netmgr/netmgr.c and netmgr/uv-compat.c to netmgr/socket.c, so they are all present all in the same place. Adjust the names of couple interal functions accordingly.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
|
||||
#include "../netmgr/http.c"
|
||||
#include "../netmgr/netmgr-int.h"
|
||||
#include "../netmgr/socket.c"
|
||||
#include "../netmgr/uv-compat.c"
|
||||
#include "../netmgr/uv-compat.h"
|
||||
#include "../netmgr_p.h"
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
#define KEEP_BEFORE
|
||||
|
||||
#include "../netmgr/netmgr-int.h"
|
||||
#include "../netmgr/socket.c"
|
||||
#include "../netmgr/udp.c"
|
||||
#include "../netmgr/uv-compat.c"
|
||||
#include "../netmgr/uv-compat.h"
|
||||
|
||||
Reference in New Issue
Block a user