Diff for /embedaddon/mpd/src/fsm.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 08:44:29 version 1.1.1.2, 2021/03/17 00:39:23
Line 141 Line 141
     short               quietCount;     /* How long peer has been silent */      short               quietCount;     /* How long peer has been silent */
     struct pppTimer     timer;          /* Restart Timer */      struct pppTimer     timer;          /* Restart Timer */
     struct pppTimer     echoTimer;      /* Keep-alive timer */      struct pppTimer     echoTimer;      /* Keep-alive timer */
   #ifndef NG_PPP_STATS64
     struct ng_ppp_link_stat      struct ng_ppp_link_stat
                         idleStats;      /* Stats for echo timeout */                          idleStats;      /* Stats for echo timeout */
   #else
       struct ng_ppp_link_stat64
                           idleStats;      /* Stats for echo timeout */
   #endif
   };    };
   
   /* Packet header */    /* Packet header */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>