switched to new rslog method

This commit is contained in:
sehraf 2016-06-18 13:00:15 +02:00
parent f6c5a05c8e
commit 09afbbed5d
19 changed files with 62 additions and 45 deletions

View file

@ -67,7 +67,11 @@
using namespace Rs::Msgs;
const int msgservicezone = 54319;
static struct RsLog::logInfo msgservicezoneInfo = {
.lvl = RsLog::Default,
.name = "msgservice"
};
#define msgservicezone &msgservicezoneInfo
static const uint32_t RS_MSG_DISTANT_MESSAGE_HASH_KEEP_TIME = 2*30*86400 ; // keep msg hashes for 2 months to avoid re-sent msgs