beremiz

fix race condition in ProcessLogger

2016-08-24, Andrey Skvortsov
f7ac0d11118e
fix race condition in ProcessLogger
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}