diff options
author | Kozlov Dmitry <dima@server> | 2010-12-29 17:18:56 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-12-29 17:18:56 +0300 |
commit | 7206898657c84b6131103d127751e030513a1abc (patch) | |
tree | 39aafcce1a27fc1dba45c87496921c8a08565bc8 /accel-pptpd/radius/radius_p.h | |
parent | 9048cd1f660eeaa3e620490ec6acb2bbbfa7bc28 (diff) | |
download | accel-ppp-7206898657c84b6131103d127751e030513a1abc.tar.gz accel-ppp-7206898657c84b6131103d127751e030513a1abc.zip |
radius: changed api
Diffstat (limited to 'accel-pptpd/radius/radius_p.h')
-rw-r--r-- | accel-pptpd/radius/radius_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/radius/radius_p.h b/accel-pptpd/radius/radius_p.h index 2bd3ff8..9fd0b74 100644 --- a/accel-pptpd/radius/radius_p.h +++ b/accel-pptpd/radius/radius_p.h @@ -38,6 +38,8 @@ struct radius_pd_t uint8_t *attr_state; int attr_state_len; int termination_action; + + struct list_head plugin_list; }; struct rad_req_t |