K 10 svn:author V 8 hselasky K 8 svn:date V 27 2015-05-28T20:36:37.822286Z K 7 svn:log V 288 Direct callouts must be executed after cpu_new_callout() is called in the callout_process() function. Direct callouts can restart themselves or another callout which also can call cpu_new_callout(). If this happens from the completion callback the computed "cc_firstevent" will be wrong. END