Diff for /embedaddon/mpd/src/link.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, 2016/11/01 09:56:12
Line 71 Line 71
     LINK_CONF_SHORTSEQ,         /* multi-link short sequence numbers */      LINK_CONF_SHORTSEQ,         /* multi-link short sequence numbers */
     LINK_CONF_TIMEREMAIN,       /* Send LCP Time-Remain if known */      LINK_CONF_TIMEREMAIN,       /* Send LCP Time-Remain if known */
     LINK_CONF_PEER_AS_CALLING,      LINK_CONF_PEER_AS_CALLING,
    LINK_CONF_REPORT_MAC    LINK_CONF_REPORT_MAC,
     LINK_CONF_REMOVE_TEE        /* Remove ng_tee from the resulting chain */
   };    };
   
   /* Configuration for a link */    /* Configuration for a link */
Line 138 Line 139
     short               num_redial;     /* Counter for retry attempts */      short               num_redial;     /* Counter for retry attempts */
     u_char              upReasonValid;      u_char              upReasonValid;
     u_char              downReasonValid;      u_char              downReasonValid;
       u_char              tee_removed;
     char                *upReason;      /* Reason for link going up */      char                *upReason;      /* Reason for link going up */
     char                *downReason;    /* Reason for link going down */      char                *downReason;    /* Reason for link going down */
     int                 bandwidth;      /* Bandwidth in bits per second */      int                 bandwidth;      /* Bandwidth in bits per second */

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


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