changes that may have fixed the file synch bugs, finally. added a new
[feisty_meow.git] / octopi / library / tentacles / file_transfer_tentacle.h
index fc1edb483377aa14d34ae34e733604d9db8b2cf1..bcb8d8d5c4cb20accc6d153a9301a81747b66adc 100644 (file)
@@ -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);
 };