Sergei Shtylyov <[email protected]> wrote: > > + if (call->timer.expires != t || !timer_pending(&call->timer)) { > > mod_timer(&call->timer, t); > > } > > CodingStyle: {} not needed now.
See patch 11. David
Sergei Shtylyov <[email protected]> wrote: > > + if (call->timer.expires != t || !timer_pending(&call->timer)) { > > mod_timer(&call->timer, t); > > } > > CodingStyle: {} not needed now.
See patch 11. David