ustream: add a pointer to the ustream struct useful for chaining ustreams
This commit is contained in:
parent
ba6cd4c322
commit
0e51f714d1
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ struct ustream_buf_list {
|
||||||
struct ustream {
|
struct ustream {
|
||||||
struct ustream_buf_list r, w;
|
struct ustream_buf_list r, w;
|
||||||
struct uloop_timeout state_change;
|
struct uloop_timeout state_change;
|
||||||
|
struct ustream *next;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* notify_read:
|
* notify_read:
|
||||||
|
|
Loading…
Reference in a new issue