summaryrefslogtreecommitdiff
path: root/evbuffer-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-10-16 13:20:16 +0000
committerNick Mathewson <nickm@torproject.org>2009-10-16 13:20:16 +0000
commitb812563a6e8f735403e1f1fbcee1d56bd5ff5b4f (patch)
tree741f8abaeb976cb75a6fca589606e223f3bd9ca0 /evbuffer-internal.h
parentf3dee9e8be0240a344e75fb275bbc3fb7541274a (diff)
downloadlibevent-b812563a6e8f735403e1f1fbcee1d56bd5ff5b4f.tar.gz
Add a note that we should change previous_to_last to last_with_space
svn:r1447
Diffstat (limited to 'evbuffer-internal.h')
-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.*/