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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pjlib/include/pj/pool.h b/pjlib/include/pj/pool.h
index 93d67a90..885b275e 100644
--- a/pjlib/include/pj/pool.h
+++ b/pjlib/include/pj/pool.h
@@ -542,6 +542,16 @@ struct pj_caching_pool
* List of pools currently allocated by applications.
*/
pj_list used_list;
+
+ /**
+ * Internal pool.
+ */
+ pj_pool_t *pool;
+
+ /**
+ * Mutex.
+ */
+ pj_mutex_t *mutex;
};