version 0.1.0
[fms.git] / include / freenet / identityrequester.h
index ebea425..2ded93a 100644 (file)
@@ -33,8 +33,8 @@ private:
        void RemoveFromRequestList(const long identityid);\r
 \r
        DateTime m_tempdate;\r
-       std::string m_messagebase;\r
        long m_maxrequests;\r
+       std::string m_messagebase;\r
        std::vector<long> m_requesting;         // list of ids we are currently requesting from\r
        std::map<long,bool> m_ids;                      // map of all ids we know and whether we have requested file from them yet\r
 \r