summaryrefslogtreecommitdiff
path: root/ctdb/common/rb_tree.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-24ctdb:common: Fix code spellingAndreas Schneider1-1/+1
2011-11-11Added some #ifndefs to stop files being included multiple times.Martin Schwenke1-2/+5
2011-11-08RB_TREE: Add mechanism to abort a traverseRonnie Sahlberg1-2/+7
2010-04-08In the recovery daemon, keep track of which node we have assigned public ipRonnie Sahlberg1-6/+6
2007-08-15add a function to return the first entry that is stored in a tree where Ronnie Sahlberg1-0/+4
2007-08-09change the mem hierarchy for trees. let the node be owned by the data Ronnie Sahlberg1-5/+4
2007-08-08add helpers to traverse a tree where the key is an array of uint32Ronnie Sahlberg1-0/+3
2007-08-08add helpers to add/lookup/delete nodes in a tree where the key is an Ronnie Sahlberg1-0/+11
2007-08-08add a tree insert function that takes a callback fucntion to populate Ronnie Sahlberg1-2/+12
2007-08-08when inserting data in the tree, if there was already a node with the Ronnie Sahlberg1-2/+11
2007-07-24initial version of talloc based red-black treesRonnie Sahlberg1-0/+46