summaryrefslogtreecommitdiff
path: root/lib/include/radsec/request-impl.h
blob: 02b7713372b16939e0fcb8ebaaf4fc112a1c5cab (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;
  struct rs_packet *resp;
  struct rs_conn_callbacks saved_cb;
};

#if defined (__cplusplus)
}
#endif