Definition at line 102 of file procmon.c.
◆ cb
tor_procmon_callback_t cb |
A callback to be called when the process ends.
Definition at line 148 of file procmon.c.
◆ cb_arg
A user-specified pointer to be passed to cb.
Definition at line 149 of file procmon.c.
A Libevent event structure, to either poll for the process's existence or receive a notification when the process ends.
Definition at line 145 of file procmon.c.
Referenced by tor_process_monitor_free_().
◆ log_domain
Log domain for warning messages.
Definition at line 104 of file procmon.c.
◆ pid
All systems: The best we can do in general is poll for the process's existence by PID periodically, and hope that the kernel doesn't reassign the same PID to another process between our polls.
Definition at line 110 of file procmon.c.
The documentation for this struct was generated from the following file: