X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Flinux%2Fif_pppvar.h;h=89be343e4f41e18b7da2967be3743c579e163c81;hp=0c6a39b9bbdce80f0a3b254f8b0d768fcba87ef5;hb=9d5fa4b8def64389353541f80677c1c60a800848;hpb=eab0d24f3ee832231aa5ba844775e84084c392c3 diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h index 0c6a39b..89be343 100644 --- a/include/linux/if_pppvar.h +++ b/include/linux/if_pppvar.h @@ -1,4 +1,4 @@ -/* $Id: if_pppvar.h,v 1.1 1994/12/08 01:59:58 paulus Exp $ */ +/* $Id: if_pppvar.h,v 1.2 1995/06/12 11:36:51 paulus Exp $ */ /* * if_pppvar.h - private structures and declarations for PPP. * @@ -41,6 +41,18 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* + * ==PPPVERSION 2.1.3== + * + * NOTE TO MAINTAINERS: + * If you modify this file at all, increment the last number above. + * ppp.c is shipped with a PPP distribution as well as with the kernel; + * if everyone increases the PPPVERSION number above, then scripts + * can do the right thing when deciding whether to install a new ppp.c + * file. Don't change the format of that line otherwise, so the + * installation script can recognize it. + */ + /* * Supported network protocols. These values are used for * indexing sc_npmode. @@ -128,7 +140,7 @@ struct ppp { struct wait_queue *read_wait; /* queue for writing processes */ /* Statistic information */ - struct pppstat p; /* statistic information */ + struct pppstat stats; /* statistic information */ struct ppp_ddinfo ddinfo; /* demand dial information */ /* PPP compression protocol information */