| 112 | } |
| 113 | |
| 114 | inline 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 ) |
no outgoing calls
no test coverage detected