Commit adad4279 authored by Max Kellermann's avatar Max Kellermann

TagPool: convert macro to constexpr

parent 3ca0a39a
......@@ -29,7 +29,7 @@
Mutex tag_pool_lock;
#define NUM_SLOTS 4096
static constexpr size_t NUM_SLOTS = 4096;
struct TagPoolSlot {
TagPoolSlot *next;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment