]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] tools: add a new get_next_id() function
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 20:48:42 +0000 (22:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 20:48:42 +0000 (22:48 +0200)
commit482b00d1b46337f2f22de47dca5032e31e88976f
tree4298a7f6cb177e20bdb52d000fc1547dae1ea2cc
parent88922354fb8de63578a4877e0506b0a538170a42
[MINOR] tools: add a new get_next_id() function

This function returns the next unused key in a tree. This will be
used to find spare IDs.
include/common/standard.h
src/standard.c