diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-06-09 16:54:04 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-06-09 16:54:04 +0000 |
| commit | 7063995c94e67ce6bbe6d467f55b135775e50f38 (patch) | |
| tree | b00b203c744eac4a548f9eb867db79d929e1935d /usr.sbin/ppp/mp.h | |
| parent | c6f660d19f0a5378c7e890fc8d4338b806a46ebd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/mp.h')
| -rw-r--r-- | usr.sbin/ppp/mp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.h b/usr.sbin/ppp/mp.h index 20794b51a8fd..81ec0fc6c9a3 100644 --- a/usr.sbin/ppp/mp.h +++ b/usr.sbin/ppp/mp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.h,v 1.4 1998/08/25 17:48:43 brian Exp $ + * $Id: mp.h,v 1.5 1999/05/08 11:07:19 brian Exp $ */ struct mbuf; @@ -94,6 +94,7 @@ struct mp { struct { u_short mrru; /* Max Reconstructed Receive Unit */ unsigned shortseq : 2; /* I want short Sequence Numbers */ + unsigned negenddisc : 2; /* I want an endpoint discriminator */ struct enddisc enddisc; /* endpoint discriminator */ } cfg; |
