diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-09-06 09:28:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 09:28:24 +0300 |
| commit | ebfcbbcc898359ec8e79bdbae9d75a99d785a076 (patch) | |
| tree | 44e7dd06cec3556a3ee6cdfbaa8551cd533bc0a9 /zebra/rib.h | |
| parent | 340d51fc3a9c88b4db38c685cf87ab9970db060a (diff) | |
| parent | 98b11de9f60c16e61a581b03a97294563eb9f673 (diff) | |
Merge pull request #16220 from donaldsharp/zebra_fpm_backpressure
Zebra fpm backpressure
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index cd6efbfb36..3095a9d67d 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -631,6 +631,7 @@ extern int rib_add_gr_run(afi_t afi, vrf_id_t vrf_id, uint8_t proto, uint8_t instance, time_t restart_time); extern void zebra_vty_init(void); +extern uint32_t zebra_rib_dplane_results_count(void); extern pid_t pid; |
