diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 16:13:58 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 16:13:58 -0700 | 
| commit | c0325cfa4217ccfcbbc938ebf59634d3f5fcf1f8 (patch) | |
| tree | 2ef6325a6c376f1079a2bb3e501b5565bd01016f /ospfd/ospf_interface.h | |
| parent | aa9584c1cff4b1ea799b6d1013230eaf7a7aa4e5 (diff) | |
Fixup of a few missed warnings after --enable-werror turned on
Ticket: Trivial
Reviewed by: Trivial
Testing: Compilation
Diffstat (limited to 'ospfd/ospf_interface.h')
| -rw-r--r-- | ospfd/ospf_interface.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h index addc8c7ba3..68dbf186d2 100644 --- a/ospfd/ospf_interface.h +++ b/ospfd/ospf_interface.h @@ -80,7 +80,7 @@ struct ospf_if_params    u_int32_t network_lsa_seqnum;		/* Network LSA seqnum */    /* BFD configuration */ -  void *bfd_info; +  struct bfd_info *bfd_info;  };  enum  | 
