added struct tag to db_field_log type

This commit is contained in:
Jeff Hill
2000-02-09 21:07:01 +00:00
parent f4d4776218
commit aa7de061e7
+1 -1
View File
@@ -57,7 +57,7 @@ union native_value{
* structure to log the state of a data base field at the time
* an event is triggered.
*/
typedef struct{
typedef struct db_field_log {
unsigned short stat; /* Alarm Status */
unsigned short sevr; /* Alarm Severity */
TS_STAMP time; /* time stamp */