From ce42f0c56a42454c2efc777ddb925caa0fc77233 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 7 May 1999 19:07:16 +0000 Subject: [PATCH] added structure tag to typedef TS_STAMP so that osiTime.h can forward reference struct TS_STAMP (and not require that tsDefs.h is included) --- src/libCom/tsDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/tsDefs.h b/src/libCom/tsDefs.h index 66b6ec11c..212aa6719 100644 --- a/src/libCom/tsDefs.h +++ b/src/libCom/tsDefs.h @@ -73,7 +73,7 @@ extern "C" { * *---------------------------------------------------------------------------- */ -typedef struct { +typedef struct TS_STAMP { epicsUInt32 secPastEpoch; /* seconds since 0000 Jan 1, 1990 */ epicsUInt32 nsec; /* nanoseconds within second */ } TS_STAMP;