util/Intrusive*: move constant_time_size to an options struct
This makes it easier to add more options later.
This commit is contained in:
committed by
Max Kellermann
parent
1f495efb46
commit
f01793ad4a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user