diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-01-11 00:33:10 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-01-21 01:12:32 +0100 |
commit | 505a22fc5102b69cdb7a910fb65da67e41d7f649 (patch) | |
tree | cb04fee09326777b00a3d66d86dd68e044f23db4 /src/sim/class_tables.c | |
parent | b0a4234c49ba6338bc78fe83b7f85af2571b70f6 (diff) |
linuxlist.h: add llist_count()
After subchan_demux.c in libosmo-abis, osmo-bts/common/vty.c and openbsc's
gtphub_test.c, more places would like to count the llist items (mostly unit
tests). Instead of proliferating numerous local implementations, add here.
NOTE: other than the previous llist_len() implementations, this one returns an
*unsigned* length, which might need some adjusting of current callers.
Call this llist_count() rather than llist_len() to highlight the fact that this
is actively iterating. This also avoids a potential naming conflict when
library versions mismatch.
Change-Id: Ic49adc7a346f5722bf624d7d3b4a735e4220ae15
Diffstat (limited to 'src/sim/class_tables.c')
0 files changed, 0 insertions, 0 deletions