P_sequencer

Hi All,

can we use p_sequencer inside the transaction class ??

thanks and regards,
vinay

In reply to kumar-vin:

You should never need to use p_sequencer as this makes re-use of sequences very limited.

Instead, you should put the handles to the sequencers in the virtual sequence, and use m_sequencer as a reference to the sequencer that the sequence is running on.