| 5010 | } |
| 5011 | |
| 5012 | int |
| 5013 | event_handler(int, void *) |
| 5014 | { |
| 5015 | m_sm->state_api_callback(static_cast<int>(m_event), nullptr); |
| 5016 | delete this; |
| 5017 | return 0; |
| 5018 | } |
| 5019 | |
| 5020 | private: |
| 5021 | HttpSM *m_sm; |
nothing calls this directly
no test coverage detected