Changes between Version 1 and Version 2 of GetFileList


Ignore:
Timestamp:
Apr 25, 2007, 8:58:36 AM (17 years ago)
Author:
Nicolas
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.