aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/write_queue.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-26 21:35:28 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-26 21:35:28 +0800
commit71ba85e4aff1374bee0316cab9a627d03ba1eee5 (patch)
tree367111a205d06bf0c86d81208a5db006a5f2e5a7 /libosmocore/include/osmocore/write_queue.h
parentdc5062b1850089021199abd686a802b59bed7c46 (diff)
parent3ae2758fba1dc9b364238c6e1e7d591b12c3d878 (diff)
Merge commit '3ae2758fba1dc9b364238c6e1e7d591b12c3d878'
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 c84000c1e..64d4159a0 100644
--- a/libosmocore/include/osmocore/write_queue.h
+++ b/libosmocore/include/osmocore/write_queue.h
@@ -38,6 +38,7 @@ struct write_queue {
};
void write_queue_init(struct write_queue *queue, int max_length);
+void write_queue_clear(struct write_queue *queue);
int write_queue_enqueue(struct write_queue *queue, struct msgb *data);
int write_queue_bfd_cb(struct bsc_fd *fd, unsigned int what);