From 2058967546d46d8ae30621016b7418b5bc6fd25f Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 7 Sep 1999 14:34:55 +0000 Subject: We don't need a queue for *CP data - these are IP-only queues. --- usr.sbin/ppp/ipcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index 78e3c9e..6f87eb7 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -103,7 +103,7 @@ struct ipcp { u_int32_t my_reject; /* Request codes I have rejected */ struct pppThroughput throughput; /* throughput statistics */ - struct mqueue Queue[4]; /* Output packet queues */ + struct mqueue Queue[3]; /* Output packet queues */ }; #define fsm2ipcp(fp) (fp->proto == PROTO_IPCP ? (struct ipcp *)fp : NULL) -- cgit v1.1