- changed Probe class behaviour so that it will not throw an
commit459669ac404c0acac33f74a8ee4ca958158f255d
authorcdfrey <cdfrey>
Fri, 30 Nov 2007 03:34:46 +0000 (30 03:34 +0000)
committercdfrey <cdfrey>
Fri, 30 Nov 2007 03:34:46 +0000 (30 03:34 +0000)
treeea48a67d956b6e2c2f68a6dbe2b3a2e6aa7d6ed0
parent924eb2dfaaf749313877be63462f8405359e8b4e
- changed Probe class behaviour so that it will not throw an
       exception on Device Busy (-EBUSY) but instead
       log the error in an internal array and keep going.
       This makes it possible to use btool and barrybackup
       with two devices plugged in at the same time.
       BACKWARD COMPATIBILITY NOTE: this changes initializaion
       behaviour, but in practice, it should only
       make applications look more capable, not less.
- updated btool to show errors logged by Probe
ChangeLog
src/probe.cc
src/probe.h
tools/btool.cc