aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/write_queue.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-30 14:29:56 +0200
committerHarald Welte <laforge@gnumonks.org>2010-04-30 14:29:56 +0200
commite562502e8d35356f3183a39ff6aad200d11a77bb (patch)
tree31d24174740b1b104a7c13b0086cbee4fecb90c5 /libosmocore/include/osmocore/write_queue.h
parente9dd9b047590064eec1c618475ece7f9627e0312 (diff)
parent074c9f904cb5e4f6ab014d76e4abc079c16fc5d7 (diff)
Merge commit '074c9f904cb5e4f6ab014d76e4abc079c16fc5d7'
Diffstat (limited to 'libosmocore/include/osmocore/write_queue.h')
-rw-r--r--libosmocore/include/osmocore/write_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libosmocore/include/osmocore/write_queue.h b/libosmocore/include/osmocore/write_queue.h
index 64d4159a0..ef244c32a 100644
--- a/libosmocore/include/osmocore/write_queue.h
+++ b/libosmocore/include/osmocore/write_queue.h
@@ -35,6 +35,7 @@ struct write_queue {
int (*read_cb)(struct bsc_fd *fd);
int (*write_cb)(struct bsc_fd *fd, struct msgb *msg);
+ int (*except_cb)(struct bsc_fd *fd);
};
void write_queue_init(struct write_queue *queue, int max_length);