libosmocore/include/osmocom/core
Pablo Neira Ayuso 0b21c1c885 timer: use namespace prefix osmo_timer*
Summary of changes:

s/struct timer_list/struct osmo_timer_list/g
s/bsc_add_timer/osmo_timer_add/g
s/bsc_schedule_timer/osmo_timer_schedule/g
s/bsc_del_timer/osmo_timer_del/g
s/bsc_timer_pending/osmo_timer_pending/g
s/bsc_nearest_timer/osmo_timers_nearest/g
s/bsc_prepare_timers/osmo_timers_prepare/g
s/bsc_update_timers/osmo_timers_update/g
s/bsc_timer_check/osmo_timers_check/g
2011-05-07 13:00:51 +02:00
..
Makefile.am core/conv: Add some generic code for convolutional coding/decoding 2011-04-26 14:40:49 +02:00
backtrace.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
bits.h core/bits: Make sbit_t a signed type (so that the math works) 2011-03-27 11:35:40 +02:00
bitvec.h bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c 2011-03-28 20:00:45 +02:00
conv.h core/conv: Add some generic code for convolutional coding/decoding 2011-04-26 14:40:49 +02:00
crc16.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
gsmtap.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
gsmtap_util.h GSMTAP: add function to create a 'sink' for gsmtap packets 2011-05-04 11:09:21 +02:00
linuxlist.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
logging.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
msgb.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
msgfile.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
panic.h include: fix missing extern in osmo_panic* declarations 2011-04-26 14:36:52 +02:00
plugin.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
process.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
rate_ctr.h stats: Fix the compiler warnings 2011-04-18 16:46:35 +02:00
select.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
signal.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
statistics.h Add a function to search for a counter by name 2011-04-09 20:52:18 +02:00
talloc.h include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
timer.h timer: use namespace prefix osmo_timer* 2011-05-07 13:00:51 +02:00
utils.h utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h 2011-03-28 20:00:45 +02:00
write_queue.h write_queue: use full path of includes in osmocom/core/write_queue.h 2011-03-28 20:00:45 +02:00