X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Ffile_transfer_tentacle.h;h=bcb8d8d5c4cb20accc6d153a9301a81747b66adc;hb=207037c641fe178d65eeb7de2e8dfce573a24d6d;hp=f74b499967da0a720e08a4c9ea5bc760f5cc387a;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/tentacles/file_transfer_tentacle.h b/octopi/library/tentacles/file_transfer_tentacle.h index f74b4999..bcb8d8d5 100644 --- a/octopi/library/tentacles/file_transfer_tentacle.h +++ b/octopi/library/tentacles/file_transfer_tentacle.h @@ -167,13 +167,21 @@ private: int _mode; //!< how will the comparison be done? // these process the request and response infotons that are passed to us. + basis::outcome handle_build_target_tree_request(file_transfer_infoton &req, + const octopus_request_id &item_id); + basis::outcome handle_build_target_tree_response(file_transfer_infoton &resp, + const octopus_request_id &item_id); basis::outcome handle_tree_compare_request(file_transfer_infoton &req, const octopus_request_id &item_id); - basis::outcome handle_tree_compare_response(file_transfer_infoton &req, + basis::outcome handle_tree_compare_response(file_transfer_infoton &resp, const octopus_request_id &item_id); basis::outcome handle_storage_request(file_transfer_infoton &req, const octopus_request_id &item_id); - basis::outcome handle_storage_response(file_transfer_infoton &req, + basis::outcome handle_storage_response(file_transfer_infoton &resp, + const octopus_request_id &item_id); + basis::outcome conclude_storage_request(file_transfer_infoton &req, + const octopus_request_id &item_id); + basis::outcome conclude_storage_response(file_transfer_infoton &resp, const octopus_request_id &item_id); };