d2c14dd122788fe464071c76d250435d6629cf4a
[libradsec.git] / lib / include / radsec / request-impl.h
1 /* See the file COPYING 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_ */