summaryrefslogtreecommitdiff
path: root/accel-pptpd/include
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-09-10 12:49:35 +0400
committerKozlov Dmitry <dima@server>2010-09-10 12:49:35 +0400
commitd0c060a39d3bf6f675666a1400b533511e24a26c (patch)
tree32d9bcd1c5cc094b868c037dcca55ce97373b1b7 /accel-pptpd/include
parentc471cd62571f654b92bad0bd9f431927758f4d45 (diff)
downloadaccel-ppp-xebd-d0c060a39d3bf6f675666a1400b533511e24a26c.tar.gz
accel-ppp-xebd-d0c060a39d3bf6f675666a1400b533511e24a26c.zip
switching to use triton events instead of ppp_notify
Diffstat (limited to 'accel-pptpd/include')
-rw-r--r--accel-pptpd/include/events.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/accel-pptpd/include/events.h b/accel-pptpd/include/events.h
new file mode 100644
index 0000000..85e1bc7
--- /dev/null
+++ b/accel-pptpd/include/events.h
@@ -0,0 +1,13 @@
+#ifndef __EVENTS_H
+#define __EVENTS_H
+
+#define EV_PPP_STARTING 1
+#define EV_PPP_STARTED 2
+#define EV_PPP_FINISHING 3
+#define EV_PPP_FINISHED 4
+#define EV_PPP_AUTHORIZED 5
+#define EV_IP_CHANGED 100
+#define EV_SHAPE_CHANGED 101
+
+#endif
+