summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Event_Channel.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-22 00:18:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-22 00:18:45 +0000
commit0385754fbdac30fb19cf8cff20c05e49b4718cf5 (patch)
treea18314a72bf1f79a83f77b8864df954fd60d996d /apps/Gateway/Gateway/Event_Channel.h
parent785bb81342cbee2d45ee1ddcbfa3dfb9178d5c90 (diff)
downloadATCD-0385754fbdac30fb19cf8cff20c05e49b4718cf5.tar.gz
foo
Diffstat (limited to 'apps/Gateway/Gateway/Event_Channel.h')
-rw-r--r--apps/Gateway/Gateway/Event_Channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Gateway/Gateway/Event_Channel.h b/apps/Gateway/Gateway/Event_Channel.h
index 22dd8137147..9ef23732328 100644
--- a/apps/Gateway/Gateway/Event_Channel.h
+++ b/apps/Gateway/Gateway/Event_Channel.h
@@ -75,6 +75,9 @@ public:
int acceptor_role_;
// Enabled if we are playing the role of the Connector.
+
+ int verbose_;
+ // Enabled if we want verbose diagnostic output.
};
class ACE_Svc_Export ACE_Event_Channel : public ACE_Task<ACE_SYNCH>