[Serusers] tls, xlog and select framework syntax

Klaus Darilion klaus.mailinglists at pernau.at
Wed Feb 22 19:33:08 CET 2006


Hi!

I want to log some TLS parameters. I've tried:
   xlog("L_ERR","@tls = %@tls (String description of the TLS layer)\n");

but all I get is:
   ser[20222]: @tls = <null>tls (String description of the TLS layer)

using avps it works:
   %avp1=@tls;
   print_sattr("avp1");
   xlog("L_ERR","avp1 = %$avp1\n");


What is the correct syntax for using the select framework?

thanks
klaus




More information about the sr-users mailing list