fixed p3msgservice.cc

This commit is contained in:
sehraf 2016-06-18 18:04:18 +02:00
parent d8235c6caf
commit 3cf1968943

View File

@ -67,10 +67,7 @@
using namespace Rs::Msgs;
static struct RsLog::logInfo msgservicezoneInfo = {
.lvl = RsLog::Default,
.name = "msgservice"
};
static struct RsLog::logInfo msgservicezoneInfo = {RsLog::Default, "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