diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-06-02 21:34:05 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-02 21:34:05 -0300 |
| commit | edfdfe201abb16b3a743208d5c47ea8e128e1a47 (patch) | |
| tree | 03116453bbc53825507edbbde48ee1533f065ab4 /lib/zclient.h | |
| parent | 728b9c43cef54410c315362fcc14daa0a146053d (diff) | |
| parent | d0e0a52719439aac3f708aef3cbce7c84dd796f5 (diff) | |
Merge pull request #6506 from volta-networks/ldp_pwstatus_cleanup
ldpd: remove unused 'pwstatus' field from message zapi_pw_status
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 4682216d89..d99b6ddf8f 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -525,7 +525,6 @@ struct zapi_pw_status { char ifname[IF_NAMESIZE]; ifindex_t ifindex; uint32_t status; - uint32_t pwstatus; }; enum zapi_route_notify_owner { |
