summaryrefslogtreecommitdiff
path: root/lib/include/radsec/request-impl.h
blob: 4f50d445cb7a56d34aa82ec413a40be7bca73242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* See the file COPYING for licensing information.  */

#if defined (__cplusplus)
extern "C" {
#endif

struct rs_request
{
  struct rs_connection *conn;
  struct event *timer;
  struct rs_packet *req_msg;
  struct rs_packet *resp_msg;
  struct rs_conn_callbacks saved_cb;
};

#if defined (__cplusplus)
}
#endif