[#TorController-disconnected_cb] = xref:TorController.adoc[TorController]::disconnected_cb :relfileprefix: ../ :mrdocs: Callback after connection lost or failed connection attempt == Synopsis Declared in `<torcontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void disconnected_cb(xref:TorControlConnection.adoc[TorControlConnection]& conn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *conn* | Connection that was lost or failed to establish. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#