util/IntrusiveList: add enum LinkMode
Compile-time code simplification.
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
|
||||
namespace Uring {
|
||||
|
||||
class CancellableOperation : public IntrusiveListHook
|
||||
class CancellableOperation
|
||||
: public IntrusiveListHook<IntrusiveHookMode::NORMAL>
|
||||
{
|
||||
Operation *operation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user