Bogdan-Andrei Iancu wrote:
Hi Victor,

automatic accounting (via flags) works only for transactions (stateful requests). It does not work for stateless processing (like sl_send_reply() - "sl" comes from stateless - or for save() - which internally uses sl_send_reply).

transactions replied by t_reply() will be accounted, but not the sl_send_reply(). In this last case, use acc_db_request() to force accounting.

I see.
I do it already but I was need more assurance that it's correct :-)

Thanks!

--
CU,
Victor Gamov

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to