summaryrefslogtreecommitdiff
path: root/ace/Strategies_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-15 19:34:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-15 19:34:54 +0000
commit4bb7a329f0ee59892a12b718da3d8699c222ff6e (patch)
tree6fc87b177cba5b5de40340b672df8fdc9775fb39 /ace/Strategies_T.h
parent4259cf03b75fe6e2d687234ff564232820086403 (diff)
downloadATCD-4bb7a329f0ee59892a12b718da3d8699c222ff6e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Strategies_T.h')
-rw-r--r--ace/Strategies_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Strategies_T.h b/ace/Strategies_T.h
index 6d56be0b815..64f64429e6f 100644
--- a/ace/Strategies_T.h
+++ b/ace/Strategies_T.h
@@ -232,6 +232,10 @@ protected:
ACE_Reactor_Mask mask_;
// The mask that we pass to the <Reactor> when we register the
// <SVC_HANDLER>.
+
+ int flags_;
+ // Flags that are parsed to set options for the connected
+ // <SVC_HANDLER>.
};
template <class SVC_HANDLER>