From 3cfc67c087d146275fc0d65ede53c00653c7ff5a Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Sat, 22 Jun 2024 05:10:20 +0000 Subject: [PATCH] add getLineLoop --- ww/tunnel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ww/tunnel.h b/ww/tunnel.h index 21c07986..816b0cbf 100644 --- a/ww/tunnel.h +++ b/ww/tunnel.h @@ -103,8 +103,8 @@ typedef struct line_s typedef struct context_s // 24 { - line_t *line; shift_buffer_t *payload; + line_t *line; bool init; bool est; bool first; @@ -375,7 +375,7 @@ static inline bool isDownPiped(line_t *l) { return l->dw_piped; } -static inline hloop_t* getLineLoop(line_t *l) +static inline hloop_t *getLineLoop(line_t *l) { return loops[l->tid]; } \ No newline at end of file