diff options
author | Kozlov Dmitry <dima@server> | 2011-05-31 13:12:39 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-05-31 13:12:39 +0400 |
commit | 12be733cb9b36cc6ba2f6dda9662ae66e1a707b5 (patch) | |
tree | 894ed113ffb80a6f76f2a9acb67deaa54fd255f7 /accel-pppd/radius/radius_p.h | |
parent | 4497c1bae58e5920a250df95abb959d4b3d980b4 (diff) | |
download | accel-ppp-12be733cb9b36cc6ba2f6dda9662ae66e1a707b5.tar.gz accel-ppp-12be733cb9b36cc6ba2f6dda9662ae66e1a707b5.zip |
radius: Acct-Delay-Time attribute becomes optional and disabled by default
Diffstat (limited to 'accel-pppd/radius/radius_p.h')
-rw-r--r-- | accel-pppd/radius/radius_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/radius/radius_p.h b/accel-pppd/radius/radius_p.h index 32acd497..929fe8e6 100644 --- a/accel-pppd/radius/radius_p.h +++ b/accel-pppd/radius/radius_p.h @@ -62,6 +62,7 @@ struct rad_req_t extern int conf_max_try; extern int conf_timeout; extern int conf_acct_timeout; +extern int conf_acct_delay_time; extern int conf_verbose; extern int conf_interim_verbose; extern char *conf_nas_identifier; |