summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-14 16:48:13 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-14 16:48:13 +0000
commit4f687978b8878cb59675e290438ff94ed322fb94 (patch)
tree3149c5f8c6c240377fe0e0721aad8ddee5a983c3 /pjlib
parent05bac83c58340d6a60c34b8c26c228c9b3a615b8 (diff)
More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work with some pjlib-test files
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2137 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/pool_alt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/pool_alt.h b/pjlib/include/pj/pool_alt.h
index fb923155..c624554b 100644
--- a/pjlib/include/pj/pool_alt.h
+++ b/pjlib/include/pj/pool_alt.h
@@ -48,6 +48,7 @@ typedef struct pj_pool_t
} pj_pool_t;
+#define PJ_POOL_SIZE (sizeof(struct pj_pool_t))
/**
* This constant denotes the exception number that will be thrown by default