diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-10 08:49:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-10 08:49:56 +0000 |
commit | 64d036b51612261ffa53bbdba38ff8e6e99fc016 (patch) | |
tree | ff947ccd272b645b872902a961c0907b7f974469 /ace/Memory_Pool.h | |
parent | 7db29418e44bdce4e3df96493b852118cdd82a4a (diff) | |
download | ATCD-64d036b51612261ffa53bbdba38ff8e6e99fc016.tar.gz |
eon
Diffstat (limited to 'ace/Memory_Pool.h')
-rw-r--r-- | ace/Memory_Pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h index 22f26c129cf..537afd220f7 100644 --- a/ace/Memory_Pool.h +++ b/ace/Memory_Pool.h @@ -207,7 +207,7 @@ protected: key_t base_shm_key_; // Base shared memory key for the segment. - virtual int in_use (off_t &offset, int &counter); + virtual int in_use (off_t &offset, size_t &counter); // Determine how much memory is currently in use. ACE_Sig_Handler signal_handler_; |