Disabled buffer pool debugging

This commit is contained in:
Ismael Gomez 2017-09-19 12:45:24 +02:00
parent 4a86967530
commit 3c845b3653
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#define SRSLTE_MAX_BUFFER_SIZE_BYTES 12756
#define SRSLTE_BUFFER_HEADER_OFFSET 1024
#define SRSLTE_BUFFER_POOL_LOG_ENABLED
//#define SRSLTE_BUFFER_POOL_LOG_ENABLED
#ifdef SRSLTE_BUFFER_POOL_LOG_ENABLED
#define pool_allocate (pool->allocate(__FUNCTION__))