summaryrefslogtreecommitdiff
path: root/lib/skiplist.h
AgeCommit message (Collapse)Author
2023-02-09lib: SPDX License ID on skiplist codeDavid Lamparter
The skiplist code has a very "colorful" history. Use the SPDX "LicenseRef" syntax/notation to track it. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
2021-09-21lib: skiplist: clean up level counter implementationG. Paul Ziemba
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
2020-03-24bgpd, isisd, lib: Make key values const for skiplistDonald Sharp
Make some key values const for the skiplist code. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
These are necessary to use functions defined in these headers from C++. Signed-off-by: David Lamparter <equinox@diac24.net> Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2016-09-30lib: add skiplistLou Berger