|
Squid Web Cache master
|
Public Attributes | |
| int | type |
| int | rfd |
| int | send_fd |
| const char * | prog |
| pid_t | pid |
Definition at line 45 of file ipc_win32.cc.
| pid_t thread_params::pid |
Definition at line 50 of file ipc_win32.cc.
Referenced by ipc_thread_1(), and ipc_thread_2().
| const char* thread_params::prog |
Definition at line 49 of file ipc_win32.cc.
Referenced by ipc_thread_1(), and ipc_thread_2().
| int thread_params::rfd |
Definition at line 47 of file ipc_win32.cc.
Referenced by ipc_thread_1(), and ipc_thread_2().
| int thread_params::send_fd |
Definition at line 48 of file ipc_win32.cc.
Referenced by ipc_thread_1(), and ipc_thread_2().
| int thread_params::type |
Definition at line 46 of file ipc_win32.cc.
Referenced by ipc_thread_1(), and ipc_thread_2().