allow put callback to work for ACKS and ACKT
This commit is contained in:
@@ -1636,8 +1636,10 @@ epicsShareFunc int epicsShareAPI dbPutNotifyMapType (PUTNOTIFY *ppn, short oldty
|
||||
ppn->dbrType = DBR_DOUBLE;
|
||||
break;
|
||||
case(oldDBR_PUT_ACKT):
|
||||
ppn->dbrType = DBR_PUT_ACKT;
|
||||
break;
|
||||
case(oldDBR_PUT_ACKS):
|
||||
ppn->dbrType = DBR_USHORT;
|
||||
ppn->dbrType = DBR_PUT_ACKS;
|
||||
break;
|
||||
default:
|
||||
return(-1);
|
||||
|
||||
Reference in New Issue
Block a user