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)
This commit is contained in:
Jeff Hill
1999-05-07 19:07:16 +00:00
parent fc0c697a2f
commit ce42f0c56a

View File

@@ -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;