Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workqueue cleanup #14724

Merged
merged 4 commits into from
Nov 4, 2023
Merged

Workqueue cleanup #14724

merged 4 commits into from
Nov 4, 2023

Conversation

donaldsharp
Copy link
Member

See individual patches for discussion

Copy link

github-actions bot commented Nov 2, 2023

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Recent Changes added the -Wimplicit-fallthrough flag
to FRR's compilation.  Implementor does not build with
lua support and as such this one was missed in the compilation

Signed-off-by: Donald Sharp <[email protected]>
Some Functions are not used outside of workqueue.c.
Move them inside of workqueue.c to limit scope.

Signed-off-by: Donald Sharp <[email protected]>
buffer.h  -> Bring up to our standard
if.h -> Bring up to our standard
workqueue.h -> expand documentation slightly

Signed-off-by: Donald Sharp <[email protected]>
These enum's have been around since 2005 and FRR
still does not have any users of these particular
values.  After almost 20 years, let's simplify the
code slightly and remove them.

Signed-off-by: Donald Sharp <[email protected]>
@github-actions github-actions bot removed the conflicts label Nov 3, 2023
@ton31337 ton31337 merged commit 4bdba57 into FRRouting:master Nov 4, 2023
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants