[sr-dev] appending a new branch in route block

Juha Heinanen jh at tutpro.com
Mon May 17 16:12:23 CEST 2010


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



More information about the sr-dev mailing list