Changeset 720

Show
Ignore:
Timestamp:
07/20/07 17:24:01 (1 year ago)
Author:
kindlund
Message:

Added additional fault checking.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-firefox/lib/HoneyClient/Manager.pm

    r713 r720  
    648648    
    649649    sleep (2); 
     650 
     651    # Recreate the client stub; handle faults. 
     652    $stubAgent = getClientHandle(namespace     => "HoneyClient::Agent", 
     653                                 address       => $vmIP, 
     654                                 fault_handler => \&_handleFaultAndCleanup); 
    650655 
    651656    # Call updateState() first, to seed initial data.