summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/pool.h')
-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;