You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
356 B

  1. --- a/bfd.h
  2. +++ b/bfd.h
  3. @@ -299,13 +299,13 @@ typedef struct bfd_state_str_list_s {
  4. int type;
  5. } bfd_state_str_list;
  6. -struct bfd_vrf {
  7. +extern struct bfd_vrf {
  8. int vrf_id;
  9. char name[MAXNAMELEN + 1];
  10. UT_hash_handle vh;
  11. } bfd_vrf;
  12. -struct bfd_iface {
  13. +extern struct bfd_iface {
  14. int vrf_id;
  15. char ifname[MAXNAMELEN + 1];
  16. UT_hash_handle ifh;