shadow_
rs
3dfee2f
Module descriptor_
table
Module Items
Structs
Constants
In shadow_
rs::
host::
descriptor
shadow_rs
::
host
::
descriptor
Module
descriptor_table
Copy item path
source
Structs
§
Descriptor
Handle
A handle for a file descriptor.
Descriptor
Handle
Error
The handle is not valid.
Descriptor
Table
Map of file handles to file descriptors. Typically owned by a
Thread
.
Constants
§
FD_MAX
POSIX requires fds to be assigned as
libc::c_int
, so we can’t allow any fds larger than this.