Add a note that we should change previous_to_last to last_with_space

svn:r1447
This commit is contained in:
Nick Mathewson 2009-10-16 13:20:16 +00:00
parent f3dee9e8be
commit b812563a6e

View File

@ -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.*/