Made it build on EPICS 3.14.12.6, all unit tests pass.
This commit is contained in:
committed by
Michael Davidsaver
parent
46bcf877c9
commit
02f24a74e7
+1
-1
@@ -85,7 +85,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
// connect to SIGINT/SIGTERM to break from main loop
|
||||
SigInt handle([&done]() {
|
||||
done.trigger();
|
||||
done.signal();
|
||||
});
|
||||
|
||||
// Start server in background
|
||||
|
||||
Reference in New Issue
Block a user