Diff for /embedaddon/quagga/ospfd/ospfd.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2013/07/21 23:54:40
Line 195  struct ospf Line 195  struct ospf
   unsigned int stub_router_startup_time;        /* seconds */    unsigned int stub_router_startup_time;        /* seconds */
   unsigned int stub_router_shutdown_time;       /* seconds */    unsigned int stub_router_shutdown_time;       /* seconds */
 #define OSPF_STUB_ROUTER_UNCONFIGURED     0  #define OSPF_STUB_ROUTER_UNCONFIGURED     0
     u_char       stub_router_admin_set;
   #define OSPF_STUB_ROUTER_ADMINISTRATIVE_SET     1
   #define OSPF_STUB_ROUTER_ADMINISTRATIVE_UNSET   0
   
   #define OSPF_STUB_MAX_METRIC_SUMMARY_COST       0x00ff0000
   
   /* SPF parameters */    /* SPF parameters */
   unsigned int spf_delay;               /* SPF delay time. */    unsigned int spf_delay;               /* SPF delay time. */
   unsigned int spf_holdtime;            /* SPF hold time. */    unsigned int spf_holdtime;            /* SPF hold time. */
Line 243  struct ospf Line 248  struct ospf
   /* Time stamps. */    /* Time stamps. */
   struct timeval ts_spf;                /* SPF calculation time stamp. */    struct timeval ts_spf;                /* SPF calculation time stamp. */
   
  struct list *maxage_lsa;              /* List of MaxAge LSA for deletion. */  struct route_table *maxage_lsa;       /* List of MaxAge LSA for deletion. */
   int redistribute;                     /* Num of redistributed protocols. */    int redistribute;                     /* Num of redistributed protocols. */
   
   /* Threads. */    /* Threads. */
Line 268  struct ospf Line 273  struct ospf
   struct thread *t_write;    struct thread *t_write;
   struct thread *t_read;    struct thread *t_read;
   int fd;    int fd;
  int maxsndbuflen;  unsigned int maxsndbuflen;
   struct stream *ibuf;    struct stream *ibuf;
   struct list *oi_write_q;    struct list *oi_write_q;
       

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


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