diff options
| author | Jakub Urbańczyk <xthaid@gmail.com> | 2020-07-15 15:12:22 +0200 |
|---|---|---|
| committer | Jakub Urbańczyk <xthaid@gmail.com> | 2020-08-10 21:33:00 +0200 |
| commit | 86d562236224187bde6d27e69cce8c74ac1012e2 (patch) | |
| tree | c81cf37060d9c21dc5d4c006c5b099efabd56c7c /zebra/zebra_dplane.h | |
| parent | fef24b03399d26808bd57af8e318b0e818c7ffef (diff) | |
zebra: remove "PENDING" dplane request state
This request state is redundant with new message batching interface.
Signed-off-by: Jakub Urbańczyk <xthaid@gmail.com>
Diffstat (limited to 'zebra/zebra_dplane.h')
| -rw-r--r-- | zebra/zebra_dplane.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_dplane.h b/zebra/zebra_dplane.h index 32032ed77d..3b5eda2486 100644 --- a/zebra/zebra_dplane.h +++ b/zebra/zebra_dplane.h @@ -90,7 +90,6 @@ enum zebra_dplane_result { ZEBRA_DPLANE_REQUEST_QUEUED, ZEBRA_DPLANE_REQUEST_SUCCESS, ZEBRA_DPLANE_REQUEST_FAILURE, - ZEBRA_DPLANE_REQUEST_PENDING, }; /* |
