X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Ffile_transfer_tentacle.h;fp=octopi%2Flibrary%2Ftentacles%2Ffile_transfer_tentacle.h;h=bcb8d8d5c4cb20accc6d153a9301a81747b66adc;hb=c93ddbe5db0e3295f90f12685f96d86a060f4cd0;hp=fc1edb483377aa14d34ae34e733604d9db8b2cf1;hpb=73cd7fe4642606a3f691122bc92ff342cdfedca5;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); };