added S_cas_posponeWhenNonePending status

This commit is contained in:
Jeff Hill
2009-08-05 23:56:01 +00:00
parent 7a49a17d1b
commit d1bb71809b

View File

@@ -78,6 +78,7 @@ typedef aitUint32 caStatus;
#define S_cas_pvAlreadyAttached (M_cas | 31) /*PV attached to another server*/
#define S_cas_badRequest (M_cas | 32) /*client's request was invalid*/
#define S_cas_invalidAsynchIO (M_cas | 33) /*inappropriate asynchronous IO type*/
#define S_cas_posponeWhenNonePending (M_cas | 33) /*request postponement, none pending*/
/*
* ===========================================================