diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-07-25 00:20:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-07-25 00:20:30 +0000 |
| commit | fc85d676b5ca3de92264dfcb41c98d7c9b0d1398 (patch) | |
| tree | c9e77e23b9b2b35760f18ce8a7c36ab921b9905d /src/cache/tcpconnection.c | |
| parent | 8c9b0194063411882d3bbcec80d5e5c861d37544 (diff) | |
| download | shibari-fc85d676b5ca3de92264dfcb41c98d7c9b0d1398.tar.gz | |
More shibari-cache stuff
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/cache/tcpconnection.c')
| -rw-r--r-- | src/cache/tcpconnection.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 ; +} |
