src/job.cc (4 lines): - line 15: // TODO dynamic sector size discovery - line 54: // TODO move target setup to Profile or Target - line 55: // TODO explore faster ways to set up files (async, copying files for multiple targets etc) - line 429: // TODO cooldown (-C) src/profile.cc (2 lines): - line 52: // TODO JSON/XML input options would be checked here, possibly producing a number of Jobs - line 318: // TODO move this createfile stuff to a function cos it'll be used by XML and JSON src/target.h (1 line): - line 36: // TODO get this dynamically somehow (stat/statfs, then ioctl on the mounted device) src/thread.h (1 line): - line 49: // TODO get rid of this; currently used to get at cvs