aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/write_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/write_queue.h')
-rw-r--r--include/osmocore/write_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocore/write_queue.h b/include/osmocore/write_queue.h
index 64d4159a..ef244c32 100644
--- a/include/osmocore/write_queue.h
+++ b/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);