Fix LL_REF_COUNT_DEBUG debug code.

This code was broken with respect to LLAPRPool.
Fix that, and also fixed it for the new AIThreadID API.
This commit is contained in:
Aleric Inglewood
2012-08-09 07:00:51 +02:00
parent b9673df961
commit cd197a3807
6 changed files with 17 additions and 58 deletions

View File

@@ -48,6 +48,7 @@
#include "apr_portable.h"
#include "apr_pools.h"
#include "llerror.h"
#include "aithreadid.h"
extern void ll_init_apr();