Changeset 1638
- Timestamp:
- 06/24/08 17:57:49 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-strace/etc/honeyclient.xml
r1623 r1638 81 81 <!-- TODO: Update this. XXX: Command-line option, eventually? --> 82 82 <timeout description="How long the Driver waits during a drive operation, before timing out (in seconds)." default="60"> 83 6083 20 84 84 </timeout> 85 85 <bin_injdll description="The absolute path to the INJDLL.EXE process, that is apart of the STRACE application." default="C:\Program Files\STRACE\INJDLL.EXE"> honeyclient/branches/exp/kindlund-strace/lib/HoneyClient/Agent.pm
r1635 r1638 1495 1495 namespace => $args{'driver_name'}))) { 1496 1496 # TODO: Delete this, eventually. 1497 $LOG->info("Driver Status: Done?");1497 $LOG->info("Driver Status: Completed"); 1498 1498 $ret->{'work_status'} = 'completed'; 1499 1499 return 1;
