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
commit3151f42823684dcab41bb6879970377e4d5661aa (patch)
treea8277f50abdc8a7d74506e35c41c31ffdb9f480d /examples
parentfbf87dc52b2e9ef0857de29e9d98c33931a4b04f (diff)
downloadATCD-3151f42823684dcab41bb6879970377e4d5661aa.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;