Skip to content
Snippets Groups Projects
Commit ee7fcf73 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Use WsClQueue in WsScheduler

and not WsClV2Queue.
parent 719458ae
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class WsScheduler: public Scheduler {
#ifdef LOCKED_WS_QUEUE
using WsQueue = adt::LockedQueue<Fiber*, SIZE>;
#else
using WsQueue = adt::WsClV2Queue<Fiber*, SIZE>;
using WsQueue = adt::WsClQueue<Fiber*, SIZE>;
#endif
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment