Searched defs:query_state (Results 1 – 1 of 1) sorted by relevance
52 struct query_state { struct53 struct timeval creation_time;54 struct timeval timeout;56 struct comm_element request;57 struct comm_element response;58 struct configuration_entry *config_entry;59 void *mdata;61 query_process_func process_func; /* called on each event */62 query_destroy_func destroy_func; /* called on destroy */68 query_write_func write_func; /* data write function */[all …]