Skip to content
Snippets Groups Projects
Commit 61c418dc authored by Florian Fischer's avatar Florian Fischer
Browse files

enable notifySpecific

parent 1b66a8ec
No related branches found
No related tags found
1 merge request!411add waitfd support, generalize IO sleep_strategy code and use MSG_RING
......@@ -106,10 +106,7 @@ class WaitfdSleepStrategy : public AbstractWorkerSleepStrategy<WaitfdSleepStrate
template <CallerEnvironment callerEnvironment>
inline void notifySpecific(ATTR_UNUSED workerid_t workerId) {
throw std::logic_error("Not implemented");
// // TODO: get pid of specific worker
// pid_t specific = 0;
// notify<callerEnvironment>(createHint<callerEnvironment>(), specific);
notifySpecificInternal<callerEnvironment>(workerId);
}
void printStats(std::ostream& out = std::cout) { AbstractIoSleepStrategy::printStats(out); }
......
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