/* See the file COPYING for licensing information. */ struct rs_request { struct rs_connection *conn; struct event *timer; struct rs_packet *req; struct rs_packet *resp; struct rs_conn_callbacks saved_cb; };