diff options
Diffstat (limited to 'accel-pptpd/radius/radius.h')
-rw-r--r-- | accel-pptpd/radius/radius.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pptpd/radius/radius.h b/accel-pptpd/radius/radius.h index cededbe..99cb7e4 100644 --- a/accel-pptpd/radius/radius.h +++ b/accel-pptpd/radius/radius.h @@ -7,6 +7,7 @@ #include "triton.h" #include "ppp.h" +#include "ipdb.h" #define REQ_LENGTH_MAX 4096 @@ -40,9 +41,11 @@ struct radius_pd_t struct rad_req_t *acct_req; struct triton_timer_t acct_interim_timer; + struct rad_packet_t *dm_coa_req; + struct sockaddr_in dm_coa_addr; - in_addr_t ipaddr; + struct ipdb_item_t ipaddr; int acct_interim_interval; }; |