PPP, PPPoS, removed unused next field in pppos_pcb

Linked list was removed, we don't need the next pointer anymore.
This commit is contained in:
Sylvain Rochet 2015-02-22 16:57:57 +01:00
parent 653657ae43
commit 8d916b8573

View File

@ -66,7 +66,6 @@ typedef u_char ext_accm[32];
typedef struct pppos_pcb_s pppos_pcb; typedef struct pppos_pcb_s pppos_pcb;
struct pppos_pcb_s { struct pppos_pcb_s {
/* -- below are data that will NOT be cleared between two sessions */ /* -- below are data that will NOT be cleared between two sessions */
pppos_pcb *next;
ppp_pcb *ppp; /* PPP PCB */ ppp_pcb *ppp; /* PPP PCB */
sio_fd_t fd; /* File device ID of port. */ sio_fd_t fd; /* File device ID of port. */