diff options
| author | Russ White <russ@riw.us> | 2024-03-26 10:03:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 10:03:35 -0400 |
| commit | 94e6a0f0c1b620a896e9c9a40b6178d47b91fa7e (patch) | |
| tree | 45ea86a7fa546e30411de16912464c7a65e46d82 /lib/zclient.c | |
| parent | 4828e85a53c62c9b04c0675ab668696df5b8f884 (diff) | |
| parent | ccfe452763d16c432fa81fd20e805bec819b345e (diff) | |
Merge pull request #15524 from raja-rajasekar/rajasekarr/backpressure_bgp_zebra_client
backpressure bgp zebra client
Diffstat (limited to 'lib/zclient.c')
| -rw-r--r-- | lib/zclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index 51ebb56275..4cbd04c116 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -282,6 +282,7 @@ static void zclient_flush_data(struct event *thread) zclient->sock, &zclient->t_write); break; case BUFFER_EMPTY: + /* Currently only Sharpd and Bgpd has callbacks defined */ if (zclient->zebra_buffer_write_ready) (*zclient->zebra_buffer_write_ready)(); break; |
