diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 00:24:37 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 00:24:37 +0200 |
commit | 1c0df00bdead4a02df12d610401dd34f7ea59a01 (patch) | |
tree | 4a1f69a3c551bd6a117923961e4d354ed48e5643 /ct_server.c | |
parent | 380b3ae23e93cf21cdb194a8e599f64ff40988a7 (diff) |
corking: break out udp/tcp cork functions
No, it's not about whine bottles ... move udp and tcp cork functions
out of xutils.c, so that we can further let it shrink.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ct_server.c')
-rw-r--r-- | ct_server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ct_server.c b/ct_server.c index 7c23b52..534b60f 100644 --- a/ct_server.c +++ b/ct_server.c @@ -34,6 +34,7 @@ #include "xmalloc.h" #include "curvetun.h" #include "curve.h" +#include "corking.h" #include "cpus.h" #include "built_in.h" #include "ct_usermgmt.h" |