still use rvalue reference for parameters

Change-Id: I44e06a375f29b8552cbc58d99c7ac317ff33130c
diff --git a/src/requester.hpp b/src/requester.hpp
index 117229c..4e2a1b1 100644
--- a/src/requester.hpp
+++ b/src/requester.hpp
@@ -84,7 +84,7 @@
    * @return A shared pointer of to the encoded interest, ready to be sent.
    */
   static shared_ptr<Interest>
-  genProbeInterest(const CaProfile& ca,const std::vector<std::tuple<std::string, std::string>>& probeInfo);
+  genProbeInterest(const CaProfile& ca, std::vector<std::tuple<std::string, std::string>>&& probeInfo);
 
   /**
    * @brief Decodes the replied data for PROBE process from the CA.