X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fppp_defs.h;h=3e2f9a7379f99e0cb4e271131f5d981267e96d06;hp=4f0e711561cd9337ab829741e54723c64d87780f;hb=9d14cd8b11658f8f5219972b690ba18d45f2be14;hpb=842f9966b25dc0003af5cc2bfc9b2a8067254890 diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h index 4f0e711..3e2f9a7 100644 --- a/include/net/ppp_defs.h +++ b/include/net/ppp_defs.h @@ -1,4 +1,4 @@ -/* $Id: ppp_defs.h,v 1.5 1994/12/05 00:32:37 paulus Exp $ */ +/* $Id: ppp_defs.h,v 1.6 1995/04/24 02:42:06 paulus Exp $ */ /* * ppp_defs.h - PPP definitions. @@ -145,8 +145,8 @@ struct ppp_comp_stats { * the last NP packet was sent or received. */ struct ppp_idle { - int xmit_idle; /* time since last NP packet sent */ - int recv_idle; /* time since last NP packet received */ + time_t xmit_idle; /* time since last NP packet sent */ + time_t recv_idle; /* time since last NP packet received */ }; #ifndef __P