summaryrefslogtreecommitdiff
path: root/accel-pptpd/include
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-10-04 15:12:41 +0400
committerKozlov Dmitry <dima@server>2010-10-04 15:12:41 +0400
commita337b4af82fe30d568547aabc61df7bc67a8a835 (patch)
tree140437e3f4282abb39b17606750ba9bb4123711a /accel-pptpd/include
parent06858ad4c7468ac8b226b34126b68db2128877f1 (diff)
downloadaccel-ppp-a337b4af82fe30d568547aabc61df7bc67a8a835.tar.gz
accel-ppp-a337b4af82fe30d568547aabc61df7bc67a8a835.zip
ppp: implemented mppe
radius: implemented mppe support various improvements and bug fixes
Diffstat (limited to 'accel-pptpd/include')
-rw-r--r--accel-pptpd/include/events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/include/events.h b/accel-pptpd/include/events.h
index f3278cb2..2f4c4e5c 100644
--- a/accel-pptpd/include/events.h
+++ b/accel-pptpd/include/events.h
@@ -30,6 +30,8 @@ struct ev_mppe_keys_t
struct ppp_t *ppp;
uint8_t *recv_key;
uint8_t *send_key;
+ int policy;
+ int type;
};
#endif