blob: 339dfeaf8780d0fe94aa7edf60558a46ccaa1811 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | /* 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;
};
 |