mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
Add a note that we should change previous_to_last to last_with_space
svn:r1447
This commit is contained in:
parent
f3dee9e8be
commit
b812563a6e
@ -79,6 +79,8 @@ struct evbuffer {
|
|||||||
* pointer to the next-to-last chain if the read turns out to be
|
* pointer to the next-to-last chain if the read turns out to be
|
||||||
* incomplete.
|
* incomplete.
|
||||||
*/
|
*/
|
||||||
|
/* FIXME: This should probably be called last_with_space and
|
||||||
|
* repurposed accordingly. */
|
||||||
struct evbuffer_chain *previous_to_last;
|
struct evbuffer_chain *previous_to_last;
|
||||||
|
|
||||||
/** Total amount of bytes stored in all chains.*/
|
/** Total amount of bytes stored in all chains.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user