Need this entry in the data structure...
authoraland <aland>
Fri, 7 Mar 2003 18:52:18 +0000 (18:52 +0000)
committeraland <aland>
Fri, 7 Mar 2003 18:52:18 +0000 (18:52 +0000)
src/modules/rlm_eap/eap.h

index 3c7d539..b2aef4f 100644 (file)
@@ -93,6 +93,7 @@ typedef struct eap_packet {
 typedef struct eap_ds {
        EAP_PACKET      *response;
        EAP_PACKET      *request;
+       int             set_request_id;
 } EAP_DS;
 
 /*