summaryrefslogtreecommitdiff
path: root/accel-pppd/include
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2012-11-15 14:21:35 +0400
committerKozlov Dmitry <xeb@mail.ru>2013-01-24 23:51:33 +0400
commit45026d43f6cfbe0f6efa446b47629cb948db5a9d (patch)
treebe206f8519ba8169f7ca8e87f0cfc66b63ef9a74 /accel-pppd/include
parent227298572c50013225752ff3af13ffc724d26ddf (diff)
downloadaccel-ppp-xebd-45026d43f6cfbe0f6efa446b47629cb948db5a9d.tar.gz
accel-ppp-xebd-45026d43f6cfbe0f6efa446b47629cb948db5a9d.zip
merge upstream
Diffstat (limited to 'accel-pppd/include')
-rw-r--r--accel-pppd/include/events.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/accel-pppd/include/events.h b/accel-pppd/include/events.h
index ca04d75..37dfa82 100644
--- a/accel-pppd/include/events.h
+++ b/accel-pppd/include/events.h
@@ -21,6 +21,7 @@
#define EV_SHAPER 101
#define EV_MPPE_KEYS 102
#define EV_DNS 103
+#define EV_WINS 104
#define EV_RADIUS_ACCESS_ACCEPT 200
#define EV_RADIUS_COA 201
@@ -57,5 +58,10 @@ struct ev_dns_t
in_addr_t dns2;
};
+struct ev_wins_t
+{
+ struct ap_session *ses;
+ in_addr_t wins1;
+ in_addr_t wins2;
+};
#endif
-