From 22a29fdc508798b28eea89fda928621c1e5c1735 Mon Sep 17 00:00:00 2001 From: MARiA so cute <33935209+NathanFreeman@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:22:27 +0800 Subject: [PATCH] add iouring constant (#177) --- src/core/Constant.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/Constant.php b/src/core/Constant.php index 72b3dd6..cbe9653 100644 --- a/src/core/Constant.php +++ b/src/core/Constant.php @@ -127,6 +127,10 @@ class Constant public const OPTION_IOURING_ENTRIES = 'iouring_entries'; + public const OPTION_IOURING_WORKERS = 'iouring_workers'; + + public const OPTION_IOURING_FLAG = 'iouring_flag'; + public const OPTION_ENABLE_SIGNALFD = 'enable_signalfd'; public const OPTION_WAIT_SIGNAL = 'wait_signal';