summaryrefslogtreecommitdiff
path: root/ace/MEM_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Acceptor.h')
-rw-r--r--ace/MEM_Acceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_Acceptor.h b/ace/MEM_Acceptor.h
index 87b90f2da92..4a57b7528ff 100644
--- a/ace/MEM_Acceptor.h
+++ b/ace/MEM_Acceptor.h
@@ -108,7 +108,7 @@ public:
* Change the initial MMAP buffer size (in bytes) of the MEM_Stream
* this MEM_Acceptor creates.
*/
- void init_buffer_size (off_t bytes);
+ void init_buffer_size (ACE_OFF_T bytes);
/// Get the preferred signaling strategy.
ACE_MEM_IO::Signal_Strategy preferred_strategy (void) const;