aboutsummaryrefslogtreecommitdiffstats
path: root/src/counter.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-05counters: add osmo_counters_count() returns the amount of countersAlexander Couzens1-0/+7
Change-Id: I9068231d71876e06d27ee67a688d7fb611ac3a1b
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
Let's fix some erroneous/accidential references to wrong license, update copyright information where applicable and introduce a SPDX-License-Identifier to all files. Change-Id: I39af26c6aaaf5c926966391f6565fc5936be21af
2017-10-16[doc] counter.[ch] Add Doxygen API documentationHarald Welte1-0/+18
This adds a more complete set of API documentation for all osmo_counter relatedd functions and definitions. Change-Id: I24283c05620ee86a8beb165af98a85d754549efb
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte1-0/+85
With stat_item, stats.c and stats_statsd.c, it is becoming a bit difficult to understand file naming. Also, the 'statistics.c' file actually only contained osmo_counter handling, so let's rename it to counter.c altogether. Change-Id: I2cfb2310543902b7da46cb15a76e2da317eaed7d