]> git.proxmox.com Git - mirror_frr.git/commit
[bgpd] Fix warnings: hash callbacks should match hash API declarations
authorPaul Jakma <paul.jakma@sun.com>
Sun, 29 Apr 2007 18:25:17 +0000 (18:25 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Sun, 29 Apr 2007 18:25:17 +0000 (18:25 +0000)
commit923de654c8d251d6714a6f9da2e93c236e935042
tree473cc25308810340efb82724101bd428af352958
parente8eb8340c14f53194786b766992f61cc0abf7a8e
[bgpd] Fix warnings: hash callbacks should match hash API declarations

2007-04-22 Sebastien Tandel <sebastien@tandel.be>

* bgp_advertise.c : (baa_hash_alloc, baa_hash_key, baa_hash_cmp)
  conforms to quagga hash API. Defines _hash_[alloc|key|cmp] with
  void * arguments as defined by the API.
* bgp_aspath.c,h : (aspath_key_make) conforms to quagga hash API.
  Defines _hash_[alloc|key|cmp] with void * arguments as defined by
  the API.
* bgp_attr.c,h : (cluster_hash_alloc, cluster_hash_key_make,
  cluster_hash_cmp, transit_hash_alloc, transit_hash_key_make,
  transit_hash_cmp, attrhash_key_make, attrhash_cmp,
  bgp_attr_hash_alloc) conforms to quagga hash API. Defines
  _hash_[alloc|key|cmp] with void * arguments as defined by the API.
bgpd/ChangeLog
bgpd/bgp_advertise.c
bgpd/bgp_aspath.c
bgpd/bgp_aspath.h
bgpd/bgp_attr.c
bgpd/bgp_attr.h