]> jfr.im git - solanum.git/blobdiff - libratbox/include/rb_linebuf.h
Remove linebuf's per-line flushing flag, as it's per-head state.
[solanum.git] / libratbox / include / rb_linebuf.h
index 4fc5a51df6ed47490fa738303dff804f59bffe3f..3f1e78b9ceb832f8534038ac6dea611d437b47ad 100644 (file)
@@ -46,7 +46,6 @@ typedef struct _buf_line
 {
        char buf[BUF_DATA_SIZE + 2];
        rb_uint8_t terminated;  /* Whether we've terminated the buffer */
-       rb_uint8_t flushing;    /* Whether we're flushing .. */
        rb_uint8_t raw; /* Whether this linebuf may hold 8-bit data */
        int len;                /* How much data we've got */
        int refcount;           /* how many linked lists are we in? */