diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-09-27 23:55:11 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-09-27 23:55:11 +0400 |
commit | 2902ea733331c1a083487666dbdd847518a0f117 (patch) | |
tree | c0d9239c735a5ef14561af4e6e866f16c154c723 /accel-pptpd/log.h | |
parent | f9bc7d57b20a0165862cfab7259f6147fcb15733 (diff) | |
parent | 0325cc5f07ac992414129b4f47ae4aae017dbd2b (diff) | |
download | accel-ppp-2902ea733331c1a083487666dbdd847518a0f117.tar.gz accel-ppp-2902ea733331c1a083487666dbdd847518a0f117.zip |
radius: implemented Session-Timeout attribute
Diffstat (limited to 'accel-pptpd/log.h')
-rw-r--r-- | accel-pptpd/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/log.h b/accel-pptpd/log.h index 97894597..140dad1d 100644 --- a/accel-pptpd/log.h +++ b/accel-pptpd/log.h @@ -40,6 +40,7 @@ struct log_target_t struct list_head entry; void (*log)(struct log_msg_t *, struct ppp_t *ppp); + void (*reopen)(void); }; void log_free_msg(struct log_msg_t *msg); |