advance iterator

pull/1/head
Jeff Becker 6 years ago
parent eae8a81e35
commit d5e232d7c5
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -215,6 +215,7 @@ llarp_timer_run(struct llarp_timer_context* t, struct llarp_threadpool* pool)
// timer hit
itr->second.called_at = now;
llarp_threadpool_queue_job(pool, itr->second);
++itr;
}
else if(itr->second.done)
{

Loading…
Cancel
Save