daniel,
when i implemented serial forking next_contacts() function as part of tm
module, i was able to simply do
struct cell *t;
t = get_t();
and then find out with test
if (!t || (t == T_UNDEFINED)) {
if transaction exists.
any pointer on how to do the same from lcr module? i guess i need to
load tm api and call some tm function?
-- juha