pazpar2  1.14.1
Data Fields
http_server Struct Reference

Data Fields

YAZ_MUTEX mutex
 
int listener_socket
 
int ref_count
 
http_sessions_t http_sessions
 
struct sockaddr_in * proxy_addr
 
FILE * record_file
 

Detailed Description

Definition at line 100 of file http.c.

Field Documentation

◆ http_sessions

http_sessions_t http_server::http_sessions

◆ listener_socket

int http_server::listener_socket

Definition at line 103 of file http.c.

Referenced by http_close_server(), and http_init().

◆ mutex

YAZ_MUTEX http_server::mutex

◆ proxy_addr

struct sockaddr_in* http_server::proxy_addr

◆ record_file

FILE* http_server::record_file

Definition at line 107 of file http.c.

Referenced by http_init(), http_io(), http_server_create(), and http_server_destroy().

◆ ref_count

int http_server::ref_count

Definition at line 104 of file http.c.

Referenced by http_server_create(), http_server_destroy(), and http_server_incref().


The documentation for this struct was generated from the following file: