Mapping of file descriptors of the current process to (desired) file descriptors of the child process. More...
Data Fields | |
| int | target_fd |
| File descriptor to be used in the target process, -1 if it does not matter. | |
| int | parent_fd |
| Original file descriptor of the parent process. | |
| bool | systemd_listen_socket |
| True if this descriptor should be passed in the style of a systemd listen socket with the respective environment variables being set. | |
Mapping of file descriptors of the current process to (desired) file descriptors of the child process.
Definition at line 47 of file os_process.c.
| int ProcessFileMapEntry::target_fd |
File descriptor to be used in the target process, -1 if it does not matter.
Definition at line 52 of file os_process.c.
Referenced by GNUNET_process_set_options_().
| int ProcessFileMapEntry::parent_fd |
Original file descriptor of the parent process.
Definition at line 57 of file os_process.c.
Referenced by GNUNET_process_destroy().
| bool ProcessFileMapEntry::systemd_listen_socket |
True if this descriptor should be passed in the style of a systemd listen socket with the respective environment variables being set.
Definition at line 63 of file os_process.c.