aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipaccess/abisip-find.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-19 00:54:35 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-19 01:07:24 +0700
commit218b3753f1cf65fb89b85da8aa0fa57b1661f3c1 (patch)
treead20a8d82e86de2892e093e6ea84c57df6947983 /src/ipaccess/abisip-find.c
parent0aa489252d8fc57cd4a2d8f2a8702252be88abf8 (diff)
bts: move rate counter / stat item definitions from *.h to *.c
A header file should only contain declarations, not entire definitions. The fact that we have 'static const struct ...' definitions in a header file means that very C file including this header file will get its own private copy of the entire definition. The header file should only include declarations, while the actual non-static definitions should go to a *.c file. Let's fix this. Also, take a chance to improve readability and apply more consistent formatting (similar to 'struct hf_register_info[]' in Wireshark). Change-Id: Ib5949879902acbe1edda577477d9d51a2cc425d1 Closes: OS#4816
Diffstat (limited to 'src/ipaccess/abisip-find.c')
0 files changed, 0 insertions, 0 deletions