object: hashmap: implement key/value destructors
This commit is contained in:
@@ -20,6 +20,8 @@ struct b_hashmap_bucket {
|
||||
struct b_hashmap {
|
||||
struct b_object h_base;
|
||||
struct b_btree h_buckets;
|
||||
b_hashmap_key_destructor h_key_dtor;
|
||||
b_hashmap_value_destructor h_value_dtor;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user