auth-server-connection.h revision 6ef7e31619edfaa17ed044b45861d106a86191ef
0N/A#ifndef __AUTH_SERVER_CONNECTION_H
0N/Astruct auth_client {
0N/A char *socket_paths;
0N/A unsigned int conn_waiting_handshake_count;
0N/A unsigned int request_id_counter;
0N/A unsigned int last_used_auth_process;
553N/A void *connect_notify_context;
1135N/Astruct auth_server_connection {
1135N/A void *ext_input_io;
0N/A unsigned int server_pid;
0N/A unsigned int connect_uid;
0N/A unsigned int available_auth_mechs_count;
0N/Astruct auth_server_connection *
926N/Astruct auth_server_connection *
926N/Astruct auth_server_connection *