summaryrefslogtreecommitdiff
path: root/ace/Memory_Pool.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-18 09:36:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-18 09:36:51 +0000
commit9c1a3603f8104719623a49973bb6335eaa0d3b4b (patch)
tree42de5e5088ea11461a4a3dc95411791dcef36964 /ace/Memory_Pool.h
parent4563598bdf3f38f2353d39be2ce88d37d16e338d (diff)
downloadATCD-9c1a3603f8104719623a49973bb6335eaa0d3b4b.tar.gz
ChangeLogTag: Tue Apr 18 11:32:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Memory_Pool.h')
-rw-r--r--ace/Memory_Pool.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h
index de4cc2759a9..2a0dfdf49a3 100644
--- a/ace/Memory_Pool.h
+++ b/ace/Memory_Pool.h
@@ -232,14 +232,14 @@ protected:
// = Keeps track of all the segments being used.
struct SHM_TABLE
{
+ /// Shared memory segment key.
key_t key_;
- // Shared memory segment key.
+ /// Shared memory segment internal id.
int shmid_;
- // Shared memory segment internal id.
+ /// Is the segment currently used.;
int used_;
- // Is the segment currently used.;
};
/**
@@ -524,7 +524,6 @@ public:
*/
virtual int remap (void *addr);
-
/// Return the base address of this memory pool.
virtual void *base_addr (void) const;