util/IntrusiveList: add enum LinkMode
Compile-time code simplification.
This commit is contained in:
@@ -53,7 +53,7 @@ class Client final
|
||||
friend struct ClientPerPartitionListHook;
|
||||
friend class ClientList;
|
||||
|
||||
IntrusiveListHook list_siblings, partition_siblings;
|
||||
IntrusiveListHook<> list_siblings, partition_siblings;
|
||||
|
||||
CoarseTimerEvent timeout_event;
|
||||
|
||||
|
Reference in New Issue
Block a user