ds: update references to fx_btree
This commit is contained in:
@@ -38,9 +38,9 @@ struct fx_dict_iterator_p {
|
||||
|
||||
/*** MISC FUNCTIONS ***********************************************************/
|
||||
|
||||
static FX_BTREE_DEFINE_SIMPLE_GET(
|
||||
static FX_BST_DEFINE_SIMPLE_GET(
|
||||
struct fx_dict_bucket, uint64_t, bk_node, bk_hash, get_bucket);
|
||||
static FX_BTREE_DEFINE_SIMPLE_INSERT(
|
||||
static FX_BST_DEFINE_SIMPLE_INSERT(
|
||||
struct fx_dict_bucket, bk_node, bk_hash, put_bucket);
|
||||
|
||||
uint64_t fx_cstr_hash(const char *s)
|
||||
|
||||
Reference in New Issue
Block a user