Skip to content

Commit

Permalink
add getLineLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 22, 2024
1 parent e8d2ae5 commit 3cfc67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ww/tunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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];
}

0 comments on commit 3cfc67c

Please sign in to comment.