diff --git a/libretroshare/src/services/p3Qblog.h b/libretroshare/src/services/p3Qblog.h index 71d8f103e..f867667a8 100644 --- a/libretroshare/src/services/p3Qblog.h +++ b/libretroshare/src/services/p3Qblog.h @@ -106,6 +106,11 @@ class RsQblogItem; /* to populate maps of blogs */ */ bool sort(void); + /** + * updates attributes of connected peers + */ + void tick(); + // ?? pqistreamer *createStreamer(std::string file, std::string src, bool reading); @@ -141,12 +146,14 @@ class RsQblogItem; /* to populate maps of blogs */ std::map mPeerStatusSet; /// contain usr and their blogs std::map< std::string, std::multimap > mUsrBlogSet; - //fills up above sets + ///fills up above sets std::list mBlogItems; - //how long to keep posts + ///how long to keep posts uint32_t mStorePeriod; - // to track updates - bool mUpdated; + /// to track updates + bool mUpdated; //possibly useless in light of bottom variable + /// to see whether to update + bool mRepost; /* * load dummy data