mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Change M_WAIT to M_TRYWAIT, the new name of the flag.
This commit is contained in:
parent
ac083c91f8
commit
f73f120bec
1 changed files with 2 additions and 2 deletions
|
|
@ -266,14 +266,14 @@ on failure.
|
|||
The
|
||||
.Fa how
|
||||
argument is to be set to
|
||||
.Dv M_WAIT
|
||||
.Dv M_TRYWAIT
|
||||
or
|
||||
.Dv M_DONTWAIT .
|
||||
It specifies whether the caller is willing to block if necessary.
|
||||
If
|
||||
.Fa how
|
||||
is set to
|
||||
.Dv M_WAIT ,
|
||||
.Dv M_TRYWAIT ,
|
||||
a failed allocation will result in the caller being put
|
||||
to sleep for a designated
|
||||
kern.ipc.mbuf_wait
|
||||
|
|
|
|||
Loading…
Reference in a new issue