mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-12 08:33:05 -04:00
* Fixed iterator bug in rsmemcache.h
* Added rsmemcache.h to libretroshare.pro * initialised variables in p3idservice (was killing caching). git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5766 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a074c40e6f
commit
ffa8299718
4 changed files with 23 additions and 15 deletions
|
@ -55,9 +55,13 @@ p3IdService::p3IdService(RsGeneralDataService *gds, RsNetworkExchangeService *ne
|
|||
mIdMtx("p3IdService")
|
||||
{
|
||||
mCacheTest_LastTs = 0;
|
||||
mCacheLoad_LastCycle = 0;
|
||||
mCacheTest_Active = false;
|
||||
|
||||
mCacheLoad_LastCycle = 0;
|
||||
mCacheLoad_Status = 0;
|
||||
|
||||
mCacheDataCount = 0;
|
||||
|
||||
}
|
||||
|
||||
void p3IdService::service_tick()
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "util/rsmemcache.h"
|
||||
|
||||
/*
|
||||
* Identity Service
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue