Dillo v3.1.1-99-gf3103cc4
|
#include <dpid.h>
Public Attributes | |
char * | id |
char * | path |
int | sock_fd |
int | port |
pid_t | pid |
int | filter |
int dp::filter |
Definition at line 41 of file dpid.h.
Referenced by get_dpi_attr().
char* dp::id |
Definition at line 36 of file dpid.h.
Referenced by free_dpi_attr(), and get_dpi_attr().
char* dp::path |
Definition at line 37 of file dpid.h.
Referenced by free_dpi_attr(), get_dpi_attr(), start_filter_plugin(), and start_server_plugin().
pid_t dp::pid |
Definition at line 40 of file dpid.h.
Referenced by get_dpi_attr(), and handle_sigchld().
int dp::port |
Definition at line 39 of file dpid.h.
Referenced by get_dpi_attr(), and init_dpi_socket().
int dp::sock_fd |
Definition at line 38 of file dpid.h.
Referenced by init_dpi_socket(), start_filter_plugin(), and start_server_plugin().