From: Nick Mathewson Date: Fri, 16 Oct 2009 13:20:16 +0000 (+0000) Subject: Add a note that we should change previous_to_last to last_with_space X-Git-Tag: release-2.0.3-alpha~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b812563a6e8f735403e1f1fbcee1d56bd5ff5b4f;p=libevent Add a note that we should change previous_to_last to last_with_space svn:r1447 --- 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.*/