X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=ustream.h;h=a1502afb00676f2943e7104c0a81f4a2363f2bf1;hp=2df429c0a165a341ca83ec557c3e6d760600fe94;hb=975ac3e5e30f1106b6b4ea69c8cbf10c7ce8483e;hpb=4d0a00c82c77a9395c992841237e2c06c4606a5e diff --git a/ustream.h b/ustream.h index 2df429c..a1502af 100644 --- a/ustream.h +++ b/ustream.h @@ -163,6 +163,11 @@ static inline bool ustream_read_blocked(struct ustream *s) return !!(s->read_blocked & READ_BLOCKED_USER); } +static inline bool ustream_read_buf_full(struct ustream *s) +{ + return s->r.data_bytes == s->r.buffer_len; +} + /*** --- functions only used by ustream implementations --- ***/ /* ustream_init_defaults: fill default callbacks and options */