diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-20 05:47:39 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-20 05:47:39 +0000 |
commit | 21e35200289bd8bf23085aaf4692c6eed5d1f203 (patch) | |
tree | 444191308d6d159ab8b7c4587ec9ae4a9aa6ef5d /network_io | |
parent | ad7c9455db04cb02d25ca07e7b4647d700465f10 (diff) | |
download | libapr-21e35200289bd8bf23085aaf4692c6eed5d1f203.tar.gz |
Call apr_initialize at startup of the child processes. You cannot have
an unequal number of apr_terminate and apr_initialize calls. If you do,
bad things will happen. In this case, the bad thing is that if the mutex
is a semaphore, it will be destroyed before all of the processes die.
That means that the test will most likely fail.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io')
0 files changed, 0 insertions, 0 deletions