summaryrefslogtreecommitdiff
path: root/test/xa/src1/hdbrec.h
blob: 527c2640b016809fdd90c8650a4253c723ecce63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-
 * 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