Cross Reference: auth-client-private.h
xref
: /
dovecot
/
src
/
lib-auth
/
auth-client-private.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
AUTH_CLIENT_PRIVATE_H
#
define
AUTH_CLIENT_PRIVATE_H
#
include
"
auth-client.h
"
struct
auth_client
{
char
*
auth_socket_path
;
unsigned
int
client_pid
;
struct
auth_server_connection
*
conn
;
auth_connect_notify_callback_t
*
connect_notify_callback
;
void
*
connect_notify_context
;
unsigned
int
request_id_counter
;
bool
debug
:
1
;
};
#
endif