aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-09-26 11:44:57 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-17 13:25:29 +0200
commitf74db0b33d491a3189df7f909d382f93f9152c30 (patch)
tree5f125cfa22e3fb2ee430e632efb31dd7cba4d52e /src/timer.c
parente2bcaceee6d8a8f9f50854bf1695d5cd1f53f7c6 (diff)
add rb-tree implementation to libosmocore
This patch adds red black trees implementation to libosmocore. This data structure is very useful to search for elements in ordered sets in O(log n) instead of O(n) that lists provide. The first client of this code will be one follow up patch that implements rbtree-based timer scheduler.
Diffstat (limited to 'src/timer.c')
0 files changed, 0 insertions, 0 deletions