libdb/test/xa/src1/hdbrec.h

21 lines
321 B
C
Raw Permalink Normal View History

2012-11-14 20:13:24 +00:00
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
*/
#ifndef HDBREC_H
#define HDBREC_H
#include "htimestampxa.h"
/*
* DB record
*/
typedef struct __HDbRec {
long SeqNo;
HTimestampData Ts;
char Msg[10];
} HDbRec;
#endif