WIP -- prepare for request objects.
[libradsec.git] / lib / include / radsec / request-impl.h
diff --git a/lib/include/radsec/request-impl.h b/lib/include/radsec/request-impl.h
new file mode 100644 (file)
index 0000000..339dfea
--- /dev/null
@@ -0,0 +1,10 @@
+/* See the file COPYING for licensing information.  */
+
+struct rs_request
+{
+  struct rs_connection *conn;
+  struct event *timer;
+  struct rs_packet *req;
+  struct rs_packet *resp;
+  struct rs_conn_callbacks saved_cb;
+};