WIP -- connecting and sending a packet using libevent.
[radsecproxy.git] / lib / libradsec-impl.h
index 939cdd9..e51c54c 100644 (file)
@@ -79,6 +79,7 @@ struct rs_peer {
 
 struct rs_connection {
     struct rs_handle *ctx;
+    struct event_base *evb;
     enum rs_conn_type type;
     struct rs_credentials transport_credentials;
     struct rs_conn_callbacks callbacks;