remove/fix unimplemented event processor interfaces ---------------------------------------------------
Key: TS-82 URL: https://issues.apache.org/jira/browse/TS-82 Project: Traffic Server Issue Type: Improvement Components: Cleanup Reporter: John Plevyak Assignee: John Plevyak Attachments: ts-eventprocessor-cleanup-jp-v1.patch The EventProcessor::schedule interfaces which take a thread argument are not implemented and should be removed. The EThread::schedule interfaces are and should be used in places of these. The cookie argument is implemented, but the callback_event argument is ignored although the default argument means that implementing it will retain the current behavior, so my feeling is that the interface should be implemented just like the cookie argument. Patch attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.