Author: jfrederic.clere(a)jboss.com
Date: 2007-10-17 08:17:29 -0400 (Wed, 17 Oct 2007)
New Revision: 1118
Modified:
trunk/sight/native/os/solaris/tcpstat.c
Log:
sight_create_pool into sight_pool_create.
Modified: trunk/sight/native/os/solaris/tcpstat.c
===================================================================
--- trunk/sight/native/os/solaris/tcpstat.c 2007-10-17 12:01:46 UTC (rev 1117)
+++ trunk/sight/native/os/solaris/tcpstat.c 2007-10-17 12:17:29 UTC (rev 1118)
@@ -333,7 +333,7 @@
return 0;
}
- if ((rc = sight_create_pool(&e->pool, sight_temp_pool)) != APR_SUCCESS) {
+ if ((rc = sight_pool_create(&e->pool, NULL, sight_temp_pool, 0)) !=
APR_SUCCESS) {
throwAprMemoryException(_E, THROW_FMARK, rc);
return 0;
}