Common library for all Osmocom projects (libosmocore, libosmogsm, libosmovty, libosmogb, libosmosim, libosmousb, ...) https://osmocom.org/projects/libosmocore
Go to file
Holger Hans Peter Freyther 8df932a7fd [write_queue] Add a generic write queue class
The write queue can be a dropin replacement for the bsc_fd. It
is featuring two callbacks. One for ready read and one for ready
write. Whenever there is a message in the queue the write_queue
will set the BSC_FD_WRITE flag and then call the write callback.

It will make sure to delete the msgb after the write function
has been called. This class is intended to be be used in the
osmocom, layer2, bsc_msc_ip, bsc_hack and other applications.
2010-02-26 20:30:32 +01:00
include [write_queue] Add a generic write queue class 2010-02-26 20:30:32 +01:00
src [write_queue] Add a generic write queue class 2010-02-26 20:30:32 +01:00
tests [timer] Fix compile warning of the timer test 2010-02-26 20:03:13 +01:00
.gitignore update gitignore file 2010-02-20 21:07:42 +01:00
COPYING add GPL to project source 2010-02-21 09:21:30 +01:00
Makefile.am add missing automake / autoconf files 2010-02-20 21:09:24 +01:00
configure.in add missing automake / autoconf files 2010-02-20 21:09:24 +01:00
libosmocore.pc.in add missing automake / autoconf files 2010-02-20 21:09:24 +01:00