ds: update references to fx_btree
This commit is contained in:
@@ -41,9 +41,9 @@ struct fx_hashmap_iterator_p {
|
||||
|
||||
/*** PRIVATE FUNCTIONS ********************************************************/
|
||||
|
||||
static FX_BTREE_DEFINE_SIMPLE_GET(
|
||||
static FX_BST_DEFINE_SIMPLE_GET(
|
||||
struct fx_hashmap_bucket, uint64_t, bk_node, bk_hash, get_bucket);
|
||||
static FX_BTREE_DEFINE_SIMPLE_INSERT(
|
||||
static FX_BST_DEFINE_SIMPLE_INSERT(
|
||||
struct fx_hashmap_bucket, bk_node, bk_hash, put_bucket);
|
||||
|
||||
static uint64_t hash_data(const void *p, size_t size)
|
||||
|
||||
Reference in New Issue
Block a user