Skip to content
Snippets Groups Projects
Commit 55c73e10 authored by Lioncash's avatar Lioncash
Browse files

thread_queue_list: Convert typedef to a type alias

parent 5926fbd3
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ struct ThreadQueueList {
// (dynamically resizable) circular buffers to remove their overhead when
// inserting and popping.
typedef unsigned int Priority;
using Priority = unsigned int;
// Number of priority levels. (Valid levels are [0..NUM_QUEUES).)
static const Priority NUM_QUEUES = N;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment