Fix typo in work-stealing config params reading

parent 70c323f6
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "caf/scheduler/abstract_coordinator.hpp" #include "caf/scheduler/abstract_coordinator.hpp"
#define CONFIG(str_name, var_name) \ #define CONFIG(str_name, var_name) \
get_or(p->config(), "work-stealing." str_name, \ get_or(p->config(), "caf.work-stealing." str_name, \
defaults::work_stealing::var_name) defaults::work_stealing::var_name)
namespace caf::policy { namespace caf::policy {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment