Skip to content

Commit

Permalink
Renaming nano::prioritization to nano::scheduler::buckets. (#4274)
Browse files Browse the repository at this point in the history
This puts the class in the correct component namespace and better describes what the class is modeling.
  • Loading branch information
clemahieu committed Sep 1, 2023
1 parent 4c6b076 commit f400b28
Show file tree
Hide file tree
Showing 7 changed files with 298 additions and 296 deletions.
2 changes: 1 addition & 1 deletion nano/core_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ add_executable(
processing_queue.cpp
processor_service.cpp
peer_container.cpp
prioritization.cpp
scheduler_buckets.cpp
request_aggregator.cpp
signal_manager.cpp
signing.cpp
Expand Down
253 changes: 0 additions & 253 deletions nano/core_test/prioritization.cpp

This file was deleted.

Loading

0 comments on commit f400b28

Please sign in to comment.