K 10 svn:author V 3 mav K 8 svn:date V 27 2012-12-16T07:09:52.476830Z K 7 svn:log V 352 - Remove c_staiter field from the struct callout and use c_links.tqe instead. It is possible because callout can't be both on the callwheel and the cc_expireq at the same time. - Remove use of the cc_exec_next field. Since cc_expireq has no extra elements we can always fetch first elements out of it and don't need to keep pointer to the next one. END