summaryrefslogtreecommitdiff
path: root/ace/MEM_Connector.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-03 05:43:25 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-03 05:43:25 +0000
commit1d734c0ba0ce6de3d129d26ed220ebd4690931e5 (patch)
treeea706111f1bebfc77f3256d93dc201eca34b6199 /ace/MEM_Connector.h
parent4cfcbe85b28f35ef630f738a56467f7863ef64c6 (diff)
downloadATCD-1d734c0ba0ce6de3d129d26ed220ebd4690931e5.tar.gz
ChangeLogTag:Mon Apr 02 23:41:34 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/MEM_Connector.h')
-rw-r--r--ace/MEM_Connector.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/MEM_Connector.h b/ace/MEM_Connector.h
index bf6ea813bec..900619bd539 100644
--- a/ace/MEM_Connector.h
+++ b/ace/MEM_Connector.h
@@ -86,6 +86,10 @@ public:
int perms = 0,
int protocol = 0);
+ // Set/get the preferred signaling strategy.
+ ACE_MEM_IO::Signal_Strategy preferred_strategy (void) const;
+ void preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy);
+
/// Accessor to underlying malloc options.
ACE_MEM_SAP::MALLOC_OPTIONS &malloc_options (void);
@@ -106,6 +110,9 @@ private:
/// A cached MALLOC_OPTIONS that the MEM_Connector used to initialize
/// the shared memory malloc update connection establishment.
ACE_MEM_SAP::MALLOC_OPTIONS malloc_options_;
+
+ // Preferred signaling strategy.
+ ACE_MEM_IO::Signal_Strategy preferred_strategy_;
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)