store the priority for use in casr

This commit is contained in:
Jeff Hill
2001-08-29 18:57:50 +00:00
parent 56fa1c87e8
commit 36770de102
+1
View File
@@ -375,6 +375,7 @@ LOCAL int tcp_version_action ( caHdrLargeArray *mp, void *pPayload,
db_event_change_priority ( client->evuser, priorityOfEvents );
epicsThreadSetPriority ( epicsThreadGetIdSelf(), epicsPriorityNew );
}
client->priority = mp->m_dataType;
}
return RSRV_OK;
}