From aa7de061e7640b0b3a4409797035026873b8528d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 9 Feb 2000 21:07:01 +0000 Subject: [PATCH] added struct tag to db_field_log type --- src/db/db_field_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */