ESS_TRANSACTION_REPLAY_INP_T

Contains information on transaction replays.

typedef_struct ESS_TRANSACTION_REPLAY_INP_T
{
	ESS_UCHAR_T, InpType; 
	ESS_UCHAR_T, reserved1; 
	ESS_UCHAR_T, reserved2; 
	ESS_UCHAR_T, reserved3; 
	union
	{
		ESS_TIME32_T,	InpTime,   value;
		ESS_ULONG_T,	num_seq_id_range,   value;
	}value;
}ESS_TRANSACTION_REPLAY_INP_T);
Data TypeFieldDescription
ESS_UCHAR_TInpTypeis it time based or sequence id
ESS_UCHAR_Treserved1reserved
ESS_UCHAR_Treserved2reserved
ESS_UCHAR_Treserved3reserved
ESS_TIME32_T

ESS_ULONG_T

InpTime

num_seq_id_range

A union variable for the following values:
  • Time to start replay

  • Number of sequence ID-based input structures to follow