changed locking hierarchy

This commit is contained in:
Jeff Hill
2001-03-21 01:07:27 +00:00
parent 0a9f914076
commit c0c2d30209
17 changed files with 1181 additions and 1328 deletions

View File

@@ -500,7 +500,7 @@ extern "C" int epicsShareAPI ca_flush_io ()
return caStatus;
}
pcac->flush ();
pcac->flushRequest ();
return ECA_NORMAL;
}