Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-09-01 01:10:16 +0400
committerJohn Langford <jl@hunch.net>2009-09-01 01:10:16 +0400
commitae76c50228aedf232f2c1f17fc5891382fd01aff (patch)
treee21240879bac6c85f09003c1c60b68e0b08cd38b /sender.cc
parent3410dc679d0a06459371017a57eb4f581064b252 (diff)
Revamped IO so that inputs and caching are independent, and multiple caches can be used as inputs.
Diffstat (limited to 'sender.cc')
-rw-r--r--sender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sender.cc b/sender.cc
index d28b12fe..e767530f 100644
--- a/sender.cc
+++ b/sender.cc
@@ -85,7 +85,7 @@ void open_sockets(vector<string>& hosts)
exit(1);
}
io_buf b;
- b.file = sd;
+ push(b.files, sd);
push(bufs[i], b);
}
}