diff options
| author | Stephen Worley <sworley@nvidia.com> | 2021-04-27 11:59:33 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 11:59:33 -0400 | 
| commit | 829c939a8871cb604cd1ccef5c823188c51d3223 (patch) | |
| tree | 5edc275061e89f8c42f4f57fdaaa5d5784e16bc0 /zebra/zebra_nhg.h | |
| parent | b47f1527b42e165f4dfa8873788d2e0e430c0c23 (diff) | |
| parent | 04bec7b217df8cc823f0e5717c7db922f2905c3a (diff) | |
Merge pull request #8488 from mjstapp/more_workqueue
lib, zebra: use zebra workqueue for NHG updates
Diffstat (limited to 'zebra/zebra_nhg.h')
| -rw-r--r-- | zebra/zebra_nhg.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h index afbf1f6793..3fbf778be2 100644 --- a/zebra/zebra_nhg.h +++ b/zebra/zebra_nhg.h @@ -274,6 +274,7 @@ extern bool zebra_nhg_hash_id_equal(const void *arg1, const void *arg2);   * the rib meta queue.   */  extern int nhg_ctx_process(struct nhg_ctx *ctx); +void nhg_ctx_free(struct nhg_ctx **ctx);  /* Find via kernel nh creation */  extern int zebra_nhg_kernel_find(uint32_t id, struct nexthop *nh,  | 
