summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-06 14:27:31 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-06 14:27:31 +0000
commit5b3433fba0a849002a4c880d0de53fbb560c9e0b (patch)
treee2f07e87cc4fb9343479c9fd0ddfeffb30502319 /pjlib/include
parent3c7408222acbc04151cb7fe2229ce992a6667a3d (diff)
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
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/pool.h3
1 files changed, 3 insertions, 0 deletions
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;