summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evbuffer-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/evbuffer-internal.h b/evbuffer-internal.h
index 36c4deaa..d1bd7360 100644
--- a/evbuffer-internal.h
+++ b/evbuffer-internal.h
@@ -79,6 +79,8 @@ struct evbuffer {
* pointer to the next-to-last chain if the read turns out to be
* incomplete.
*/
+ /* FIXME: This should probably be called last_with_space and
+ * repurposed accordingly. */
struct evbuffer_chain *previous_to_last;
/** Total amount of bytes stored in all chains.*/