| 52 | |
| 53 | |
| 54 | static ha_bool p2pSignalProcess(const humblenet::HumblePeer::Message *msg, void *user_data) { |
| 55 | return reinterpret_cast<P2PSignalConnection *>(user_data)->processMsg(msg); |
| 56 | } |
| 57 | |
| 58 | int callback_default(struct libwebsocket_context *context |
| 59 | , struct libwebsocket *wsi |
nothing calls this directly
no test coverage detected