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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user