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