diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-02 13:01:32 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-03 21:54:47 +0300 |
| commit | 814f07b2e72c4a69d98c2658e0a658800fb704dd (patch) | |
| tree | 895e99615e7d2760344fb0d13b6fe8ef1d258644 /bgpd/bgp_damp.h | |
| parent | 303b8d24d2ea171936c613f6a99cce910c42c43d (diff) | |
Revert "bgpd: Drop double-pointer for bgp_damp_info_free()"
This reverts commit 19971c9a9218b31e6e1c3f7ebb23654f833bb4ef.
Diffstat (limited to 'bgpd/bgp_damp.h')
| -rw-r--r-- | bgpd/bgp_damp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_damp.h b/bgpd/bgp_damp.h index 8367f291c7..c03a0cc5c9 100644 --- a/bgpd/bgp_damp.h +++ b/bgpd/bgp_damp.h @@ -148,7 +148,7 @@ extern int bgp_damp_withdraw(struct bgp_path_info *path, struct bgp_dest *dest, afi_t afi, safi_t safi, int attr_change); extern int bgp_damp_update(struct bgp_path_info *path, struct bgp_dest *dest, afi_t afi, safi_t saff); -extern void bgp_damp_info_free(struct bgp_damp_info *bdi, +extern void bgp_damp_info_free(struct bgp_damp_info **path, struct bgp_damp_config *bdc, int withdraw, afi_t afi, safi_t safi); extern void bgp_damp_info_clean(struct bgp *bgp, struct bgp_damp_config *bdc, |
