#include <structs.h>
Collaboration diagram for user_conn:

Public Attributes | |
| char * | user |
| char * | host |
| uint | len |
| uint | connections |
| uint | conn_per_hour |
| uint | updates |
| uint | questions |
| USER_RESOURCES | user_resources |
| time_t | intime |
Definition at line 204 of file structs.h.
Definition at line 222 of file structs.h.
Referenced by check_for_max_user_connections(), get_or_create_user_conn(), reset_mqh(), and time_out_user_resource_limits().
Definition at line 217 of file structs.h.
Referenced by check_for_max_user_connections(), decrease_user_connections(), and get_or_create_user_conn().
| char* user_conn::host |
| time_t user_conn::intime |
Definition at line 229 of file structs.h.
Referenced by get_or_create_user_conn(), and time_out_user_resource_limits().
Definition at line 215 of file structs.h.
Referenced by get_key_conn(), and get_or_create_user_conn().
Definition at line 222 of file structs.h.
Referenced by check_mqh(), get_or_create_user_conn(), reset_mqh(), and time_out_user_resource_limits().
Definition at line 222 of file structs.h.
Referenced by check_mqh(), get_or_create_user_conn(), reset_mqh(), and time_out_user_resource_limits().
| char* user_conn::user |
Definition at line 211 of file structs.h.
Referenced by check_for_max_user_connections(), check_mqh(), get_key_conn(), and get_or_create_user_conn().
Definition at line 224 of file structs.h.
Referenced by check_for_max_user_connections(), check_mqh(), get_mqh(), and get_or_create_user_conn().
1.4.7

