2010/8/30 Geoffrey Mina geoffreymina@gmail.com:
t_check_trans();
right inline in my script in place of all my incorrect logic and it will just take care of everything, right? If I am reading this correctly, I don't even need to conditionally check to see the result as I am only concerned about the retransmission scenario and the t_check_trans() call will break/exit the script..
In case the transaction already exists t_check_trans() returns 0 so the script automatically terminates.