Changes between Version 1 and Version 2 of GetFileList

Show
Ignore:
Author:
Nicolas (IP: 201.213.39.117)
Timestamp:
04/25/07 08:58:36 (3 years ago)
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • GetFileList

    v1 v2  
    11= Retrieving file lists = 
    22 
    3       To instruct a host to send a list of all persistent files, use the function 
     3To instruct a host to send a list of all persistent files, use the function 
    44{{{ 
    55request_file_list(int host_id) 
    66}}} 
    7  or the command line program (run from the project root directory) 
     7or the command line program (run from the project root directory) 
    88{{{ 
    99request_file_list [ -host_id X ] 
    1010}}} 
    11  If -host_id is absent, get file lists for all hosts.  A message is created for the specific host (or all hosts) and added to the  msg_to_host table in the database. The upload message included in the next RPC reply to the host. 
     11If -host_id is absent, get file lists for all hosts.  A message is created for the specific host (or all hosts) and added to the  msg_to_host table in the database. The upload message included in the next RPC reply to the host. 
    1212 
    1313The file list will be included in the next scheduler RPC request. You must modify the scheduler to parse and store it. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.