bb61dd633b6ad48fb409880efdaee4b055bd71de
[libradsec.git] / lib / include / radsec / request-impl.h
1 /* See LICENSE for licensing information.  */
2
3 #ifndef _RADSEC_REQUEST_IMPL_H_
4 #define _RADSEC_REQUEST_IMPL_H_ 1
5
6 #if defined (__cplusplus)
7 extern "C" {
8 #endif
9
10 struct rs_request
11 {
12   struct rs_connection *conn;
13   struct event *timer;
14   struct rs_packet *req_msg;
15   struct rs_conn_callbacks saved_cb;
16   void *saved_user_data;
17 };
18
19 #if defined (__cplusplus)
20 }
21 #endif
22
23 #endif /* _RADSEC_REQUEST_IMPL_H_ */