libosmocore/src
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
..
Makefile.am [write_queue] Add a generic write queue class 2010-02-26 20:30:32 +01:00
bitvec.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
comp128.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
gsm_utils.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
msgb.c msgb.c: Style cleanup in initialization 2010-02-24 22:57:46 +01:00
select.c fix select.c build (config.h) 2010-02-20 22:23:08 +01:00
signal.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
statistics.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
talloc.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
timer.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
tlv_parser.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
write_queue.c [write_queue] Add a generic write queue class 2010-02-26 20:30:32 +01:00