summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h b/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
index a05a822a151..36827c86218 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
+++ b/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
@@ -74,13 +74,9 @@ private:
// supplier sends a shutdown message after it finishes, the consumer
// finishes when all the suppliers do.
- int type_start_;
- int type_count_;
- // We receive the events whose type is in the range
- // [type_start,type_start+type_count)
-
- int shutdown_event_channel_;
- // If not zero it will shutdown the event channel upon exit.
+ int event_a_;
+ int event_b_;
+ // We send two types of events, with different contents.
const char* pid_file_name_;
// The name of a file where the process stores its pid