summaryrefslogtreecommitdiffstats
path: root/ctdb/common/rb_tree.h
Commit message (Expand)AuthorAgeFilesLines
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-2/+5
* RB_TREE: Add mechanism to abort a traverseRonnie Sahlberg2011-11-081-2/+7
* In the recovery daemon, keep track of which node we have assigned public ipRonnie Sahlberg2010-04-081-6/+6
* add a function to return the first entry that is stored in a tree where Ronnie Sahlberg2007-08-151-0/+4
* change the mem hierarchy for trees. let the node be owned by the data Ronnie Sahlberg2007-08-091-5/+4
* add helpers to traverse a tree where the key is an array of uint32Ronnie Sahlberg2007-08-081-0/+3
* add helpers to add/lookup/delete nodes in a tree where the key is an Ronnie Sahlberg2007-08-081-0/+11
* add a tree insert function that takes a callback fucntion to populate Ronnie Sahlberg2007-08-081-2/+12
* when inserting data in the tree, if there was already a node with the Ronnie Sahlberg2007-08-081-2/+11
* initial version of talloc based red-black treesRonnie Sahlberg2007-07-241-0/+46