new event for file transfer registration
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 16 Dec 2009 10:33:27 +0000 (10:33 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 16 Dec 2009 10:33:27 +0000 (10:33 +0000)
org.glite.lb.types/events.T

index 15aed86..e28c3c3 100644 (file)
        _code_  PBS             PBS job
        _code_  CONDOR          Condor job
        _code_  CREAM           CREAM job
+        _code_ FILE_TRANSFER_COLLECTION File transfer collection
+        _code_ FILE_TRANSFER            File transfer
        
        int     nsubjobs        Number of subjobs this job plans to spawn.
        _optional_
        string  descr
        _optional_
 
-@type FileTransfer     transfer job logs progress
+@type FileTransferRegister     register file transfer
        string  src             Source of file transfer.
        string  dest            Destination of file transfer.
+
+
+@type FileTransfer     transfer job logs progress
        int     result          Result code of the file transfer attemp.
         _code_  START           The sending component has started or is about to start the file transfer.
         _code_  OK              The file was transfered successfully.