ustream: mark notify_read cb as optional
authorFelix Fietkau <nbd@openwrt.org>
Mon, 29 Oct 2012 23:00:23 +0000 (00:00 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 29 Oct 2012 23:00:23 +0000 (00:00 +0100)
ustream.h

index d9f98b7..634a3e7 100644 (file)
--- a/ustream.h
+++ b/ustream.h
@@ -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
         * for reading.
         * must not free the ustream from this callback
         * called by the ustream core to notify that new data is available
         * for reading.
         * must not free the ustream from this callback