ustream: add a pointer to the ustream struct useful for chaining ustreams

This commit is contained in:
Felix Fietkau 2012-10-22 22:28:43 +02:00
parent ba6cd4c322
commit 0e51f714d1

View file

@ -49,6 +49,7 @@ struct ustream_buf_list {
struct ustream {
struct ustream_buf_list r, w;
struct uloop_timeout state_change;
struct ustream *next;
/*
* notify_read: