diff options
Diffstat (limited to 'accel-pptpd/radius/radius_p.h')
-rw-r--r-- | accel-pptpd/radius/radius_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/radius/radius_p.h b/accel-pptpd/radius/radius_p.h index e7b6216f..d7f009d8 100644 --- a/accel-pptpd/radius/radius_p.h +++ b/accel-pptpd/radius/radius_p.h @@ -30,6 +30,7 @@ struct radius_pd_t struct ipdb_item_t ipaddr; int acct_interim_interval; + int acct_delay_time; }; struct rad_req_t |