fixed compilation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4412 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-07-09 15:47:49 +00:00
parent b86407f395
commit 20c44c4bca

View File

@ -57,7 +57,7 @@ std::string generateRandomLinkId();
p3Ranking::p3Ranking()
: RsCacheService(RS_SERVICE_TYPE_RANK,CONFIG_TYPE_RANK_LINK,5),
mRepublish(false), mRepublishFriends(false), mRepublishFriendTS(0), mStorePeriod(RANK_STORE_PERIOD), mUpdated(true)
mRepublish(false), mRepublishFriends(false), mRepublishFriendTS(0), mStorePeriod(RANK_STORE_PERIOD), mUpdated(true),mRankMtx(std::string("p3Ranking"))
{
RsStackMutex stack(mRankMtx); /********** STACK LOCKED MTX ******/