summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 23:29:19 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 23:29:19 +0000
commit8f90320563b0d67ba1aa64e3f8e1531f5ac67710 (patch)
treea8277f50abdc8a7d74506e35c41c31ffdb9f480d /examples
parent03fb16b31fd3759f42da032fb4f1a81b6d3b8513 (diff)
downloadATCD-8f90320563b0d67ba1aa64e3f8e1531f5ac67710.tar.gz
Changed to use "test_proactor.cpp" as input file.
Diffstat (limited to 'examples')
-rw-r--r--examples/Reactor/Proactor/test_proactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Proactor/test_proactor.cpp b/examples/Reactor/Proactor/test_proactor.cpp
index 304105958ea..5807b795d36 100644
--- a/examples/Reactor/Proactor/test_proactor.cpp
+++ b/examples/Reactor/Proactor/test_proactor.cpp
@@ -34,7 +34,7 @@ ACE_RCSID(Proactor, test_proactor, "$Id$")
static char *host = 0;
static u_short port = ACE_DEFAULT_SERVER_PORT;
-static char *file = "make.log";
+static char *file = "test_proactor.cpp";
static char *dump_file = "output";
static int done = 0;
static int initial_read_size = BUFSIZ;