Partition: add client list
For efficient traversal within one partition, e.g. for distributing partition-local idle events.
This commit is contained in:
@@ -52,6 +52,8 @@ class BackgroundCommand;
|
||||
|
||||
class Client final
|
||||
: FullyBufferedSocket,
|
||||
public boost::intrusive::list_base_hook<boost::intrusive::tag<Partition>,
|
||||
boost::intrusive::link_mode<boost::intrusive::normal_link>>,
|
||||
public boost::intrusive::list_base_hook<boost::intrusive::link_mode<boost::intrusive::normal_link>> {
|
||||
TimerEvent timeout_event;
|
||||
|
||||
|
Reference in New Issue
Block a user