diff options
Diffstat (limited to 'accel-pptpd/include')
-rw-r--r-- | accel-pptpd/include/events.h | 3 | ||||
l--------- | accel-pptpd/include/spinlock.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/accel-pptpd/include/events.h b/accel-pptpd/include/events.h index 85e1bc73..332b4e31 100644 --- a/accel-pptpd/include/events.h +++ b/accel-pptpd/include/events.h @@ -6,6 +6,9 @@ #define EV_PPP_FINISHING 3 #define EV_PPP_FINISHED 4 #define EV_PPP_AUTHORIZED 5 +#define EV_CTRL_STARTING 6 +#define EV_CTRL_STARTED 7 +#define EV_CTRL_FINISHED 8 #define EV_IP_CHANGED 100 #define EV_SHAPE_CHANGED 101 diff --git a/accel-pptpd/include/spinlock.h b/accel-pptpd/include/spinlock.h new file mode 120000 index 00000000..09edcf6b --- /dev/null +++ b/accel-pptpd/include/spinlock.h @@ -0,0 +1 @@ +../triton/spinlock.h
\ No newline at end of file |