From 5b3433fba0a849002a4c880d0de53fbb560c9e0b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 6 Jul 2006 14:27:31 +0000 Subject: Improve the search for correct size in caching pool git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@588 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/pool.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/pool.h b/pjlib/include/pj/pool.h index 385392a1..3d3215c9 100644 --- a/pjlib/include/pj/pool.h +++ b/pjlib/include/pj/pool.h @@ -157,6 +157,9 @@ struct pj_pool_t /** Pool factory. */ pj_pool_factory *factory; + /** Data put by factory */ + void *factory_data; + /** Current capacity allocated by the pool. */ pj_size_t capacity; -- cgit v1.2.3