fixup qsrv init

This commit is contained in:
Michael Davidsaver
2017-06-22 15:25:51 +02:00
parent 74fbc64d51
commit ebfd980a31
3 changed files with 41 additions and 14 deletions
+4
View File
@@ -15,6 +15,8 @@ namespace pvd = epics::pvData;
extern "C"
void p2pTestIoc_registerRecordDeviceDriver(struct dbBase *);
void qsrvStop();
namespace {
void testScalar()
@@ -198,6 +200,8 @@ void testScalar()
pvif_mbbi->get(mask);
testEqual(prec_mbbi->val, 2);
dbScanUnlock((dbCommon*)prec_mbbi);
qsrvStop();
}
} // namespace