ustream: mark notify_read cb as optional
This commit is contained in:
parent
dc69ce4799
commit
efc9f4b702
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct ustream {
|
|||
struct ustream *next;
|
||||
|
||||
/*
|
||||
* notify_read:
|
||||
* notify_read: (optional)
|
||||
* called by the ustream core to notify that new data is available
|
||||
* for reading.
|
||||
* must not free the ustream from this callback
|
||||
|
|
Loading…
Reference in a new issue