Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-23 00:28:43 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-10-23 00:28:47 +0400
commit0e51f714d107584668438742c4fb1c631c629061 (patch)
treeb9383593319208dc6677ff27b0d7f7a1a209713d /ustream.h
parentba6cd4c3222c90a0bb583afbcba335d36ceb8418 (diff)
ustream: add a pointer to the ustream struct useful for chaining ustreams
Diffstat (limited to 'ustream.h')
-rw-r--r--ustream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ustream.h b/ustream.h
index 0ec2ac3..29f370f 100644
--- a/ustream.h
+++ b/ustream.h
@@ -49,6 +49,7 @@ struct ustream_buf_list {
struct ustream {
struct ustream_buf_list r, w;
struct uloop_timeout state_change;
+ struct ustream *next;
/*
* notify_read: