summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ppp/ppp_fsm.h')
-rw-r--r--accel-pppd/ppp/ppp_fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ppp/ppp_fsm.h b/accel-pppd/ppp/ppp_fsm.h
index 7b7474b..95da7b6 100644
--- a/accel-pppd/ppp/ppp_fsm.h
+++ b/accel-pppd/ppp/ppp_fsm.h
@@ -15,6 +15,7 @@ typedef enum {FSM_Initial=0,FSM_Starting,FSM_Closed,FSM_Stopped,FSM_Closing,FSM_
#define PROTOREJ 8 /* Code Reject */
#define ECHOREQ 9 /* Echo Request */
#define ECHOREP 10 /* Echo Reply */
+#define DISCARDREQ 11 /* Discard Request */
#define IDENT 12 /* Identification */
struct ppp_t;