diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-11-15 19:35:33 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-11-15 20:43:28 +0300 |
commit | 1cfae5217776e8f527b9529e19e22730c5977d66 (patch) | |
tree | 0ea080fedbda83eb2b7bf82fe23168388262dbfd /accel-pptpd/radius/radius_p.h | |
parent | b85986e561d4fc6532c0666e38014b51b66f485a (diff) | |
download | accel-ppp-xebd-1cfae5217776e8f527b9529e19e22730c5977d66.tar.gz accel-ppp-xebd-1cfae5217776e8f527b9529e19e22730c5977d66.zip |
log: implemented log_tcp logging target which sends logs to specified host over tcp/ip
radius: implemented accounting interim update timeout
Diffstat (limited to 'accel-pptpd/radius/radius_p.h')
-rw-r--r-- | accel-pptpd/radius/radius_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pptpd/radius/radius_p.h b/accel-pptpd/radius/radius_p.h index 6c4ef8f..978431a 100644 --- a/accel-pptpd/radius/radius_p.h +++ b/accel-pptpd/radius/radius_p.h @@ -31,7 +31,7 @@ struct radius_pd_t struct ipdb_item_t ipaddr; int acct_interim_interval; - int acct_delay_time; + time_t acct_timestamp; uint8_t *attr_class; int attr_class_len; @@ -56,6 +56,7 @@ struct rad_req_t extern int conf_max_try; extern int conf_timeout; +extern int conf_acct_timeout; extern int conf_verbose; extern int conf_interim_verbose; extern char *conf_nas_identifier; |