Changes between Version 3 and Version 4 of TrickleApi


Ignore:
Timestamp:
Apr 25, 2007, 8:50:43 PM (17 years ago)
Author:
Nicolas
Comment:

Wikified link to ProjectDaemons

Legend:

Unmodified
Added
Removed
Modified
  • TrickleApi

    v3 v4  
    3434}}}
    3535
    36 This function should return zero if the message was handled successfully; otherwise it will be retried later. The 'hostid' field identifies the host from which the message was sent. The daemon must be passed a '-variety X' command-line argument, telling it what kind of messages to handle. The daemon should be specified in the [http://boinc.berkeley.edu/project_daemons.php project configuration file].
     36This function should return zero if the message was handled successfully; otherwise it will be retried later. The 'hostid' field identifies the host from which the message was sent. The daemon must be passed a '-variety X' command-line argument, telling it what kind of messages to handle. The daemon should be specified in the [ProjectDaemons project configuration file].
    3737
    3838To send send trickle-down messages (from a trickle handler daemon or other program) you must insert a record in the 'msg_to_host' table. From C/C++, this is done as follows: