Skip to content

Commit 3fea7a7

Browse files
committed
use coroutine/task id
1 parent 6fd4175 commit 3fea7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/common/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub const DEFAULT_STACK_SIZE: usize = 128 * 1024;
77

88
/// A user data used to indicate the timeout of `io_uring_enter`.
99
#[cfg(all(target_os = "linux", feature = "io_uring"))]
10-
pub const IO_URING_TIMEOUT_USERDATA: usize = usize::MAX - 1;
10+
pub const IO_URING_TIMEOUT_USERDATA: u64 = u64::MAX - 1;
1111

1212
/// Coroutine global queue bean name.
1313
pub const COROUTINE_GLOBAL_QUEUE_BEAN: &str = "coroutineGlobalQueueBean";

0 commit comments

Comments
 (0)