ustream: mark notify_read cb as optional

This commit is contained in:
Felix Fietkau 2012-10-30 00:00:23 +01:00
parent dc69ce4799
commit efc9f4b702

View file

@ -52,7 +52,7 @@ struct ustream {
struct ustream *next; struct ustream *next;
/* /*
* notify_read: * notify_read: (optional)
* called by the ustream core to notify that new data is available * called by the ustream core to notify that new data is available
* for reading. * for reading.
* must not free the ustream from this callback * must not free the ustream from this callback