util/IntrusiveList: add enum LinkMode
Compile-time code simplification.
This commit is contained in:
@@ -34,7 +34,7 @@ class HttpdOutput;
|
||||
|
||||
class HttpdClient final
|
||||
: BufferedSocket,
|
||||
public IntrusiveListHook
|
||||
public IntrusiveListHook<>
|
||||
{
|
||||
/**
|
||||
* The httpd output object this client is connected to.
|
||||
|
||||
Reference in New Issue
Block a user