Use 1.0/USEC_PER_SEC and not 1.0e-6

Check for S_db_Pending when calling dbPutNotify()
This commit is contained in:
Jeff Hill
1995-08-22 00:15:19 +00:00
parent 593bc413bf
commit 96605d4439
+4
View File
@@ -98,6 +98,9 @@
/************************************************************************/
/*
* $Log$
* Revision 1.74 1995/08/22 00:12:07 jhill
* *** empty log message ***
*
* Revision 1.73 1995/08/14 19:26:10 jhill
* epicsAPI => epicsShareAPI
*
@@ -2727,6 +2730,7 @@ int epicsShareAPI ca_pend (ca_real timeout, int early)
* current time is only updated by
* cac_select_io() if we specify
* at least 1 usec to wait
*
*/
if (remaining <= (1.0/USEC_PER_SEC)) {
if(early){