summaryrefslogtreecommitdiff
path: root/ace/Memory_Pool.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-22 01:26:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-22 01:26:12 +0000
commit5ff307cf57ee9675faca8baeef1b5a577e2f2193 (patch)
treed45c2a0a86d9bd247f65494b0d8c395e330f4d2b /ace/Memory_Pool.cpp
parent861aac3f11e42e45f82647f5bd44f733798559a9 (diff)
downloadATCD-5ff307cf57ee9675faca8baeef1b5a577e2f2193.tar.gz
ChangeLogTag:Thu Oct 21 20:21:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Memory_Pool.cpp')
-rw-r--r--ace/Memory_Pool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp
index 80f1dae763d..0add7887a8a 100644
--- a/ace/Memory_Pool.cpp
+++ b/ace/Memory_Pool.cpp
@@ -271,6 +271,7 @@ ACE_MMAP_Memory_Pool::map_file (off_t map_size)
else
{
#if defined (ACE_HAS_POSITION_INDEPENDENT_MALLOC)
+ this->base_addr_ = this->mmap_.addr ();
ACE_BASED_POINTER_REPOSITORY::instance ()->bind (this->base_addr_,
map_size);
#endif /* ACE_HAS_POSITION_INDEPENDENT_MALLOC */