forked from proxmox-mirrors/proxmox
Used only for read/writing a pid_t (an integer) to a socket. The standard to_ne_bytes()/from_ne_bytes() should be sufficient here, we already have libc::pid_t which we can use to get the correct type namespace for accessing ::from_ne_bytes(). Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
|---|---|---|
| .. | ||
| api_config.rs | ||
| command_socket.rs | ||
| compression.rs | ||
| connection.rs | ||
| daemon.rs | ||
| environment.rs | ||
| formatter.rs | ||
| h2service.rs | ||
| lib.rs | ||
| rest.rs | ||
| state.rs | ||
| worker_task.rs | ||