diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-05-08 09:44:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 09:44:58 -0400 |
| commit | a6f1ad43f0939c2cbb6d68fd42b485eea520a144 (patch) | |
| tree | 8a2f26747ebe18370063c5b75e12ce8cbbadc8a4 /zebra/zebra_nhg.c | |
| parent | bcf7b9e1c9d2f3dbbcf7904133b5475a7b858115 (diff) | |
| parent | 91e6f25bc0ac835e2724a463e495f01cff5e04ea (diff) | |
Merge pull request #6362 from donaldsharp/typedef_i_hatez_it
Typedef replacements
Diffstat (limited to 'zebra/zebra_nhg.c')
| -rw-r--r-- | zebra/zebra_nhg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index fc5128b678..f24552c80b 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -2092,7 +2092,7 @@ static unsigned nexthop_active_check(struct route_node *rn, * in every case. */ if (!family) { - rib_table_info_t *info; + struct rib_table_info *info; info = srcdest_rnode_table_info(rn); family = info->afi; |
