aboutsummaryrefslogtreecommitdiffstats
path: root/src/statistics.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-07statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso1-7/+8
Summary of changes: s/struct counter/struct osmo_counter/g s/counter_inc/osmo_counter_inc/g s/counter_get/osmo_counter_get/g s/counter_reset/osmo_counter_reset/g s/counter_alloc/osmo_counter_alloc/g s/counter_free/osmo_counter_free/g s/counters_for_each/osmo_counters_for_each/g
2011-04-18misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther1-1/+0
We used this include for the u_int{8,16,32}_t types but we do not need this anymore.
2011-04-18stats: Fix the compiler warningsHolger Hans Peter Freyther1-1/+1
Do not remove the const, include strings.h for strcmp
2011-04-09Add a function to search for a counter by nameDaniel Willmann1-0/+10
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-3/+3
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+66