libdb/test/xa/src1/hdbrec.h

15 lines
173 B
C
Raw Normal View History

2011-09-13 17:44:24 +00:00
#ifndef HDBREC_H
#define HDBREC_H
#include "htimestampxa.h"
/*
* DB record
*/
typedef struct __HDbRec {
long SeqNo;
HTimestampData Ts;
char Msg[10];
} HDbRec;
#endif