#include <seas.h>

Data Fields | |
| str | ac_buffer |
| int | action_fd |
| pid_t | action_pid |
| struct socket_info * | binds [MAX_BINDS] |
| char | bound_processor [MAX_BINDS] |
| struct cluster * | cluster |
| str | ev_buffer |
| int | event_fd |
| struct ha | jain_pings |
| str | name |
| int | num_binds |
| struct ha | servlet_pings |
Definition at line 102 of file seas.h.
Definition at line 111 of file seas.h.
Referenced by dispatch_actions(), process_action(), process_input(), and seas_sighandler().
| int action_fd |
Definition at line 104 of file seas.h.
Referenced by add_new_as(), as_action_fail_resp(), dispatch_actions(), dispatcher_main_loop(), and seas_sighandler().
| pid_t action_pid |
Definition at line 106 of file seas.h.
Referenced by add_new_as(), dispatcher_main_loop(), seas_sighandler(), and spawn_action_dispatcher().
struct socket_info* binds[MAX_BINDS] [read] |
Definition at line 107 of file seas.h.
Referenced by get_processor_id(), print_local_uri(), and process_bind_action().
| char bound_processor[MAX_BINDS] |
Definition at line 108 of file seas.h.
Referenced by get_processor_id(), print_local_uri(), process_bind_action(), and process_unbind_action().
Definition at line 110 of file seas.h.
Referenced by add_new_as(), dispatcher_main_loop(), handle_as_data(), and process_event_reply().
| int event_fd |
Definition at line 103 of file seas.h.
Referenced by add_new_as(), dispatch_relay(), dispatcher_main_loop(), and handle_as_data().
struct ha jain_pings [read] |
Definition at line 112 of file seas.h.
Referenced by ac_jain_pong(), add_new_as(), dispatch_actions(), dispatcher_main_loop(), and send_ping().
Definition at line 105 of file seas.h.
Referenced by add_new_as(), dispatch_relay(), process_action(), and process_event_reply().
| int num_binds |
Definition at line 109 of file seas.h.
Referenced by process_bind_action(), and process_unbind_action().
struct ha servlet_pings [read] |
1.5.6