diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-21 23:49:52 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-21 23:49:52 +0100 |
commit | 21c4c8eafb7125375b2e562cc0e7e9d52bbb1aaf (patch) | |
tree | 22ddac5513f6495334666e7af2aa218640a1afb1 /nest | |
parent | 2f764c87ff3c8a8af6d3bc043b439276ba2b0a79 (diff) | |
parent | 1e47b9f203aaaad0fb658d40a1670f1d0437f1f8 (diff) |
Merge commit '1e47b9f203aaaad0fb658d40a1670f1d0437f1f8' into thread-next
Diffstat (limited to 'nest')
-rw-r--r-- | nest/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ typedef struct cli { node n; /* Node in list of all log hooks */ pool *pool; struct birdsock *sock; /* Underlying socket */ - byte *rx_buf, *rx_pos, *rx_aux; /* sysdep */ + byte *rx_buf, *rx_pos; /* sysdep */ struct cli_out *tx_buf, *tx_pos, *tx_write; event *event; void (*cont)(struct cli *c); |