MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / stats_trans_new

Function stats_trans_new

modules/tm/t_stats.h:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114inline static void stats_trans_new( int local ) {
115 if (tm_enable_stats) {
116 update_stat( tm_trans_inuse, 1 );
117 if (local)
118 update_stat( tm_uac_trans, 1 );
119 else
120 update_stat( tm_uas_trans, 1 );
121 }
122}
123#else
124 #define stats_trans_code( _code )
125 #define stats_trans_rpl( _code , _local )

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected