i made available xlog 0.9.0 backport that includes at least %br and %ds specifiers on top of what vanilla 0.9.0 has:
http://tutpro.com/tmp/xlog-0.9.0.tgz
you can use those, for example, to debug lcr module. %br now prints ALL branches, not just the first one.
-- juha
On Sat, 5 Mar 2005, Juha Heinanen wrote:
i made available xlog 0.9.0 backport that includes at least %br and %ds specifiers on top of what vanilla 0.9.0 has:
http://tutpro.com/tmp/xlog-0.9.0.tgz
you can use those, for example, to debug lcr module. %br now prints ALL branches, not just the first one.
-- juha
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Extracted the backport into my rel_0_9_0 and tried to compile
make[1]: Entering directory `/home/staff/tobj/src/sip_router-0.9.0/modules/xlog' ../../Makefile.rules:77: xl_lib.d: No such file or directory xl_lib.c:51:41: ../../parser/parse_refer_to.h: No such file or directory gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double -falign-loops -mcpu=athlon -DNAME='"ser"' -DVERSION='"0.9.1"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 3.2"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DDBG_QM_MALLOC -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -c xl_lib.c -o xl_lib.o xl_lib.c:51:41: ../../parser/parse_refer_to.h: No such file or directory xl_lib.c: In function `xl_get_refer_to': xl_lib.c:525: warning: implicit declaration of function `parse_refer_to_header' xl_lib.c:531: structure has no member named `refer_to' xl_lib.c:531: warning: implicit declaration of function `get_refer_to' xl_lib.c:531: warning: comparison between pointer and integer xl_lib.c:534: invalid type argument of `->' xl_lib.c:535: invalid type argument of `->' make[1]: *** [xl_lib.o] Error 1 make[1]: Leaving directory `/home/staff/tobj/src/sip_router-0.9.0/modules/xlog'
Best regards, Thomas Björklund
Thomas Björklund said:
Extracted the backport into my rel_0_9_0 and tried to compile
make[1]: Entering directory `/home/staff/tobj/src/sip_router-0.9.0/modules/xlog' ../../Makefile.rules:77: xl_lib.d: No such file or directory xl_lib.c:51:41: ../../parser/parse_refer_to.h: No such file or directory
sorry about that. i forgot that refer-to parsing was not in 0.9.0. i'll make another version later today.
-- juha