diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-07-25 00:58:20 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-07-25 00:58:20 +0000 |
| commit | 0d53cd3855efb536676a9dcfeadf7bf2c5de6e14 (patch) | |
| tree | fa406fba596970111af72846af7bedf467e9b174 /src/cache/tcpconnection.c | |
| parent | fc85d676b5ca3de92264dfcb41c98d7c9b0d1398 (diff) | |
| download | shibari-0d53cd3855efb536676a9dcfeadf7bf2c5de6e14.tar.gz | |
shibari-cache skeleton builds!
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/cache/tcpconnection.c')
| -rw-r--r-- | src/cache/tcpconnection.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cache/tcpconnection.c b/src/cache/tcpconnection.c index d42060f..bc77781 100644 --- a/src/cache/tcpconnection.c +++ b/src/cache/tcpconnection.c @@ -6,6 +6,11 @@ void tcpconnection_drop (tcpconnection *tc) { } +int tcpconnection_flush (tcpconnection *tc) +{ + return 1 ; +} + int tcpconnection_new (uint8_t source, uint16_t i, int fd, char const *ip, uint16_t port) { return 1 ; |
