summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sppp.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-20 19:06:22 +0000
committerphk <phk@FreeBSD.org>1998-12-20 19:06:22 +0000
commit543701a9e5c0bae47ea45e0e979903e357da788f (patch)
tree0656c796050f0a9597c0f111b5f4062f4c6b5e72 /sys/net/if_sppp.h
parente6b2429a95849c13226e0f16d5b44179855c75b3 (diff)
downloadFreeBSD-src-543701a9e5c0bae47ea45e0e979903e357da788f.zip
FreeBSD-src-543701a9e5c0bae47ea45e0e979903e357da788f.tar.gz
Add two fields for the lower layers convenience.
Diffstat (limited to 'sys/net/if_sppp.h')
-rw-r--r--sys/net/if_sppp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h
index ab27fbe..058e667 100644
--- a/sys/net/if_sppp.h
+++ b/sys/net/if_sppp.h
@@ -16,7 +16,7 @@
*
* From: Version 2.0, Fri Oct 6 20:39:21 MSK 1995
*
- * $Id: if_sppp.h,v 1.10 1998/12/11 21:40:13 phk Exp $
+ * $Id: if_sppp.h,v 1.11 1998/12/11 21:42:57 phk Exp $
*/
#ifndef _NET_IF_SPPP_H_
@@ -116,6 +116,10 @@ struct sppp {
*/
void (*pp_tls)(struct sppp *sp);
void (*pp_tlf)(struct sppp *sp);
+
+ /* These two fields are for use by the lower layer */
+ void *pp_lowerp;
+ int pp_loweri;
};
#define PP_KEEPALIVE 0x01 /* use keepalive protocol */
OpenPOWER on IntegriCloud