Changes between Version 8 and Version 9 of GuiRpc


Ignore:
Timestamp:
Jul 7, 2007, 9:59:53 AM (17 years ago)
Author:
Nicolas
Comment:

Added version info for set_debts — the other RPCs should have it too

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v8 v9  
    2323    * If [#function-exchange_versions exchange_versions()] fails (it's not supported in pre-5.6 clients) do a [#function-get_state get_state()] RPC, and get the client version from `CC_STATE::version_info`.
    2424    * Use the client version number to decide what subsequent RPCs to make (version info is included in the RPC list below).
     25
     26{{{
     27#!comment
     28Most RPCs on the list *lack* version information saying since when they're available.
     29}}}
    2530
    2631== Authorization ==
     
    201206=== `set_debts(std::vector<PROJECT>)` === #function-set_debts
    202207
    203 Set the short- and long-term debts of the given projects (only the `master_url`, `short_term_debt`, and `long_term_debt` fields are used in the `PROJECT` structs).
    204 
     208Set the short- and long-term debts of the given projects (only the `master_url`, `short_term_debt`, and `long_term_debt` fields are used in the `PROJECT` structs). Available since BOINC 5.10.11.
     209