aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/statistics.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-23 05:16:13 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-23 05:16:13 +0100
commit6fced2fd0a0065249265b6f4a53acd925c2e0f09 (patch)
tree40cbc21e2f338e975a947ae3f873584fe38a8c8f /openbsc/src/statistics.c
parent5dbd71e31d08e883db6549b6dcca6560e786c764 (diff)
[statistics] Make counter_db_store internal
Do not expose DB functionality on this level
Diffstat (limited to 'openbsc/src/statistics.c')
-rw-r--r--openbsc/src/statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/statistics.c b/openbsc/src/statistics.c
index 3429d6ec6..4cc281d5a 100644
--- a/openbsc/src/statistics.c
+++ b/openbsc/src/statistics.c
@@ -56,7 +56,7 @@ void counter_free(struct counter *ctr)
talloc_free(ctr);
}
-int counters_store_db(void)
+static int counters_store_db(void)
{
struct counter *ctr;
int rc = 0;