From fc85d676b5ca3de92264dfcb41c98d7c9b0d1398 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 Jul 2024 00:20:30 +0000 Subject: More shibari-cache stuff Signed-off-by: Laurent Bercot --- src/cache/tcpconnection.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/cache/tcpconnection.c (limited to 'src/cache/tcpconnection.c') diff --git a/src/cache/tcpconnection.c b/src/cache/tcpconnection.c new file mode 100644 index 0000000..d42060f --- /dev/null +++ b/src/cache/tcpconnection.c @@ -0,0 +1,12 @@ +/* ISC license. */ + +#include "shibari-cache-internal.h" + +void tcpconnection_drop (tcpconnection *tc) +{ +} + +int tcpconnection_new (uint8_t source, uint16_t i, int fd, char const *ip, uint16_t port) +{ + return 1 ; +} -- cgit v1.3.1