aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/statistics.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16start to add doxygen documentation to libosmocore headersHarald Welte1-4/+24
2011-05-07statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso1-8/+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-09Add a function to search for a counter by nameDaniel Willmann1-0/+2
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-0/+31
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>