diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-03 11:11:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-03 11:11:32 -0400 |
commit | a6e267eeec9884441e8834c557c38bd0b7c1a5c1 (patch) | |
tree | bc2e2f6326aae353e4c2a8a6cac3c132db0fffd6 /doc | |
parent | 7cd9a659cd71bbf8c52ec9bcb46da1eb91fcbef9 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 461ec6dc4..d2248279f 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -13,12 +13,12 @@ all the other git clones, at both the git level and the key/value level. * add Transfer queue TChan **done** * add TransferInfo Map to DaemonStatus for tracking transfers in progress. **done** +* Poll transfer in progress info files for changes (use inotify again! + wow! hammer, meet nail..), and update the TransferInfo Map **done** * enqueue Transfers (Uploads) as new files are added to the annex by Watcher. * enqueue Tranferrs (Downloads) as new dangling symlinks are noticed by Watcher. -* Poll transfer in progress info files for changes (use inotify again! - wow! hammer, meet nail..), and update the TransferInfo Map * Write basic Transfer handling thread. Multiple such threads need to be able to be run at once. Each will need its own independant copy of the Annex state monad. |