]> granicus.if.org Git - libevent/commitdiff
Add a note that we should change previous_to_last to last_with_space
authorNick Mathewson <nickm@torproject.org>
Fri, 16 Oct 2009 13:20:16 +0000 (13:20 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Oct 2009 13:20:16 +0000 (13:20 +0000)
svn:r1447

evbuffer-internal.h

index 36c4deaa096003020865c2341122fdb984c14970..d1bd7360fd2732431d6caac3c872a29f1a6123b9 100644 (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.*/