소스 검색

Changes file for periodic event movement

Nick Mathewson 7 년 전
부모
커밋
7e03500eef
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      changes/ticket30293

+ 5 - 0
changes/ticket30293

@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Start move responsibility for knowing about periodic events to the
+      appropriate subsystems, so that the mainloop doesn't need to know all
+      the periodic events in the rest of the codebase.  Implements tickets
+      30293 and 30294.