diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-18 13:30:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-18 13:30:25 -0400 |
commit | 2b30059681c32f4e707f00395c41efcef2e033ae (patch) | |
tree | 2091717dd26638bcf52c269fad534d43ca1e2aef /TODO | |
parent | 59964b0692ac2c25560eb6fdcf05d60e1c9bb6f2 (diff) | |
download | chutney-2b30059681c32f4e707f00395c41efcef2e033ae.tar chutney-2b30059681c32f4e707f00395c41efcef2e033ae.tar.gz |
Refactor Node into separate Node, Builder, and Launcher classes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -21,10 +21,6 @@ - Log stuff. -- Split TorNode into a class that *just* holds the nodes configuration, and - implements some methods that create other classes for the stuff we really - need (node configurer, rc.d-like launcher, etc) - - Have launcher check for configuration - Resolve XXXX comments |