diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-10-13 11:49:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 11:49:48 -0400 |
| commit | 4fa73b6572df03fd9df7ffddf279abbcf8ad6b9c (patch) | |
| tree | a34251fc4640f5cfdb950d727da502c7f43f9f48 /zebra/label_manager.h | |
| parent | 4875e62b3aea4d2fc8637b8d7d069d612fe7edc0 (diff) | |
| parent | 1cedcf7b15ee72fe859189bf772081a141fb50e6 (diff) | |
Merge pull request #14584 from pguibert6WIND/lmc_log_display_chunk
zebra: add label chunk range in log when label manager request fails
Diffstat (limited to 'zebra/label_manager.h')
| -rw-r--r-- | zebra/label_manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/label_manager.h b/zebra/label_manager.h index cfbb4bd169..74f40fab23 100644 --- a/zebra/label_manager.h +++ b/zebra/label_manager.h @@ -78,8 +78,6 @@ void lm_release_chunk_call(struct zserv *client, uint32_t start, int lm_client_connect_response(uint8_t proto, uint16_t instance, uint32_t session_id, vrf_id_t vrf_id, uint8_t result); -int lm_get_chunk_response(struct label_manager_chunk *lmc, struct zserv *client, - vrf_id_t vrf_id); /* convenience function to allocate an lmc to be consumed by the above API */ struct label_manager_chunk * |
