From a9b44ebe556c3f60de2fc1154d48a26f43aa15b7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 Oct 2012 00:00:57 +0100 Subject: ustream: make notify_state optional as well --- ustream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ustream.h') diff --git a/ustream.h b/ustream.h index 634a3e7..2df429c 100644 --- a/ustream.h +++ b/ustream.h @@ -68,7 +68,7 @@ struct ustream { void (*notify_write)(struct ustream *s, int bytes); /* - * notify_state: + * notify_state: (optional) * called by the ustream implementation to notify that the read * side of the stream is closed (eof is set) or there was a write * error (write_error is set). -- cgit v1.2.3