summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-08-28 06:36:51 +0000
committerPaul Mackerras <paulus@samba.org>1996-08-28 06:36:51 +0000
commit18005df6c509f5048b8a9a78fb44b58caf91a7a7 (patch)
tree88b3d525c6cf93b1f2c44dd8af34f1dc99926eeb /include/net
parentbff5da40466cebce6ae413e3ee3d38003e689fb8 (diff)
downloadppp-18005df6c509f5048b8a9a78fb44b58caf91a7a7.tar.gz
added debug capability for ppp_ahdl and ppp_comp modules
Diffstat (limited to 'include/net')
-rw-r--r--include/net/pppio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/pppio.h b/include/net/pppio.h
index d364aea..3bb6215 100644
--- a/include/net/pppio.h
+++ b/include/net/pppio.h
@@ -24,7 +24,7 @@
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
* OR MODIFICATIONS.
*
- * $Id: pppio.h,v 1.7 1996/04/04 02:46:59 paulus Exp $
+ * $Id: pppio.h,v 1.8 1996/08/28 06:36:51 paulus Exp $
*/
#define _PPPIO(n) (('p' << 8) + (n))
@@ -95,3 +95,5 @@
#define PPPDBG_LOG 0x100 /* log various things */
#define PPPDBG_DRIVER 0 /* identifies ppp driver as target */
#define PPPDBG_IF 1 /* identifies ppp network i/f target */
+#define PPPDBG_COMP 2 /* identifies ppp compression target */
+#define PPPDBG_AHDLC 3 /* identifies ppp async hdlc target */