mirror of
https://github.com/paulusmack/ppp.git
synced 2024-12-14 22:53:38 +08:00
fix bogus comment which was removing sc_bytesrcvd
use ext_accm for sc_asyncmap
This commit is contained in:
parent
a672c71c85
commit
aea7d2d92c
@ -16,7 +16,7 @@
|
||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Id: if_ppp.h,v 1.2 1994/04/18 05:07:11 paulus Exp $
|
||||
* $Id: if_ppp.h,v 1.3 1994/04/21 03:28:22 paulus Exp $
|
||||
*/
|
||||
|
||||
#ifndef _IF_PPP_H_
|
||||
@ -83,12 +83,12 @@ struct ppp_softc {
|
||||
#ifdef VJC
|
||||
struct slcompress sc_comp; /* vjc control buffer */
|
||||
#endif
|
||||
u_int sc_bytessent; /* count of octets sent *
|
||||
u_int sc_bytessent; /* count of octets sent */
|
||||
u_int sc_bytesrcvd; /* count of octets received */
|
||||
caddr_t sc_bpf; /* hook for BPF */
|
||||
|
||||
/* Device-dependent part for async lines. */
|
||||
u_long sc_asyncmap[8]; /* async control character map */
|
||||
ext_accm sc_asyncmap; /* async control character map */
|
||||
u_long sc_rasyncmap; /* receive async control char map */
|
||||
struct mbuf *sc_outm; /* mbuf chain being output currently */
|
||||
struct mbuf *sc_m; /* pointer to input mbuf chain */
|
||||
|
Loading…
Reference in New Issue
Block a user