X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Ffile_transfer_tentacle.h;h=bcb8d8d5c4cb20accc6d153a9301a81747b66adc;hb=HEAD;hp=fc1edb483377aa14d34ae34e733604d9db8b2cf1;hpb=8e98ed433de0151e4356d580d2e5db6edd3e2c01;p=feisty_meow.git diff --git a/octopi/library/tentacles/file_transfer_tentacle.h b/octopi/library/tentacles/file_transfer_tentacle.h index fc1edb48..bcb8d8d5 100644 --- a/octopi/library/tentacles/file_transfer_tentacle.h +++ b/octopi/library/tentacles/file_transfer_tentacle.h @@ -167,17 +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 &req, + basis::outcome conclude_storage_response(file_transfer_infoton &resp, const octopus_request_id &item_id); };