util/Intrusive*: move constant_time_size to an options struct

This makes it easier to add more options later.
This commit is contained in:
Max Kellermann
2023-09-11 18:48:21 +02:00
committed by Max Kellermann
parent 1f495efb46
commit f01793ad4a
8 changed files with 44 additions and 31 deletions

View File

@@ -49,7 +49,7 @@ struct Partition final : QueueListener, PlayerListener, MixerListener {
std::unique_ptr<ClientListener> listener;
IntrusiveList<Client, ClientPerPartitionListHook, false> clients;
IntrusiveList<Client, ClientPerPartitionListHook> clients;
/**
* Monitor for idle events local to this partition.