diff --git a/src/db/db_field_log.h b/src/db/db_field_log.h index 877ef82de..150493180 100644 --- a/src/db/db_field_log.h +++ b/src/db/db_field_log.h @@ -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 */