mie: name_map can now generate unique names when given no hints

This commit is contained in:
2025-04-11 14:12:53 +01:00
parent e379afb035
commit 7f0d8b87c5
3 changed files with 36 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ struct mie_name_bucket {
struct mie_name_map {
b_btree m_entries;
size_t m_next_id;
};
extern struct mie_name_map *mie_name_map_create(void);