| 453 | } |
| 454 | |
| 455 | LuxController::~LuxController() |
| 456 | { |
| 457 | if (reconnect_ev) { |
| 458 | event_free(reconnect_ev); |
| 459 | reconnect_ev = 0; |
| 460 | } |
| 461 | if (service.IsValid()) { |
| 462 | RemoveLocal(service); |
| 463 | } |
| 464 | } |
| 465 | |
| 466 | void LuxController::add_onion_cb(LuxControlConnection& _conn, const LuxControlReply& reply) |
| 467 | { |
nothing calls this directly
no test coverage detected