|  | 
| pthread_cond_t | cond | 
|  | 
| int | writing | 
|  | 
| pthread_cond_t | socket_cond | 
|  | 
| void(* | return_socket )(void *closure) | 
|  | 
| void * | socket_closure | 
|  | 
| int | socket_moving | 
|  | 
| char | queue [XCB_QUEUE_BUFFER_SIZE] | 
|  | 
| int | queue_len | 
|  | 
| uint64_t | request | 
|  | 
| uint64_t | request_written | 
|  | 
| uint64_t | request_expected_written | 
|  | 
| uint64_t | total_written | 
|  | 
| pthread_mutex_t | reqlenlock | 
|  | 
| enum lazy_reply_tag | maximum_request_length_tag | 
|  | 
| union { | 
| xcb_big_requests_enable_cookie_t   cookie | 
|  | 
| uint32_t   value | 
|  | 
| } | maximum_request_length | 
|  | 
The documentation for this struct was generated from the following file: