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@humpty.(none)>2010-09-17 21:58:44 +0400
committerJohn Langford <jl@humpty.(none)>2010-09-17 21:58:44 +0400
commit49827316d3c13cacadf290bb50038b39f69bfe86 (patch)
treee015b12904bcf1094e3e6c972919806aefe17950 /parser.h
parentf8f15007ef9363827c3399b044324530b6b77a01 (diff)
solved slow finishing bug
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index ea1e3bc0..66524d11 100644
--- a/parser.h
+++ b/parser.h
@@ -63,6 +63,7 @@ void end_parser(parser* pf);
example* get_example(size_t thread_num);
void free_example(example* ec);
void make_example_available();
+bool parser_done();
//source control functions
bool inconsistent_cache(size_t numbits, io_buf& cache);