tor-circmgr: send_control_message: Change a rename proposal

As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1218#note_2908119
This commit is contained in:
Ian Jackson 2023-06-05 13:51:01 +01:00
parent 9b36697282
commit bfe575bc64
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ pub(super) enum MetaCellDisposition {
//
// TODO since there are no "install handler" and "uninstall handler" calls,
// only `send_control_message` which implicitly installs on entry and uninstalls
// on exit, this should be renamed to `Finished`.
// on exit, this should be renamed to `ConversationFinished` or something.
UninstallHandler,
/// The message was consumed; the circuit should be closed.
#[cfg(feature = "send-control-msg")]