Made it build on EPICS 3.14.12.6, all unit tests pass.

This commit is contained in:
Klemen Vodopivec
2020-04-15 16:58:27 -07:00
committed by Michael Davidsaver
parent 46bcf877c9
commit 02f24a74e7
16 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ void ResultWaiter::complete(Result&& result, bool interrupt)
}
}
if(wakeup)
notify.trigger();
notify.signal();
}
OperationBase::OperationBase(operation_t op, const std::shared_ptr<Channel>& chan)