| 1051 | } |
| 1052 | |
| 1053 | PluginVC * |
| 1054 | PluginVCCore::connect() |
| 1055 | { |
| 1056 | ink_release_assert(connect_to != nullptr); |
| 1057 | |
| 1058 | connected = true; |
| 1059 | state_send_accept(EVENT_IMMEDIATE, nullptr); |
| 1060 | |
| 1061 | return &active_vc; |
| 1062 | } |
| 1063 | |
| 1064 | Action * |
| 1065 | PluginVCCore::connect_re(Continuation *c) |
no outgoing calls
no test coverage detected