prepTimeoutUpdate

Prepares operations to update existing timeout registered using TIMEOUToperation.

version(linux)
nothrow @nogc ref @trusted
SubmissionEntry
prepTimeoutUpdate
(
D
)
(
return ref SubmissionEntry entry
,
ref KernelTimespec time
,
ref D userData
,
TimeoutFlags flags
)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

userData D

user data provided with the previously issued timeout operation

time KernelTimespec

reference to time64 data structure with a new time spec

flags TimeoutFlags

define if it's a relative or absolute time

Note: Available from Linux 5.11

Meta