Skip to content

Commit

Permalink
eni: Refactor limits package
Browse files Browse the repository at this point in the history
This commit refactors the limits package. The biggest change is
consolidating the limits map and its mutex into a single type. Functions
with "limit" in the name have been removed because it is now redundant
since these functions live under the limits package.

The reason why this commit wasn't squashed with the previous is because
git wouldn't consider the new file as a rename from the old, likely
because of too many refactoring changes.

Signed-off-by: Chris Tarazi <chris@isovalent.com>
  • Loading branch information
christarazi committed Nov 14, 2020
1 parent d69045a commit 6d9cfe4
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 310 deletions.
Loading

0 comments on commit 6d9cfe4

Please sign in to comment.