tor-hsservice: ipt-m: Add a TODO about code motion

As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1523#note_2934300
This commit is contained in:
Ian Jackson 2023-08-22 14:18:33 +01:00
parent 9189d5817b
commit ee4bc33003
1 changed files with 2 additions and 0 deletions

View File

@ -489,6 +489,8 @@ impl<R: Runtime, M: Mockable<R>> State<R, M> {
}
}
// TODO HSS: Combine this block with the other impl IptManager<R, M>
// We probably want to make sure this whole file is in a sensible order.
impl<R: Runtime, M: Mockable<R>> IptManager<R, M> {
/// Make some progress, if possible, and say when to wake up again
///