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-08-31 18:15:15 +0400
committerJohn Langford <jl@hunch.net>2009-08-31 18:15:15 +0400
commitd95f423c5633580541fe518db84c7a36cd5f2b98 (patch)
tree0d62eb61d769e055216a41407cd87b987f915da2 /parse_example.h
parent74cfa9e41a13c1fab793e30c01c3102c577a0609 (diff)
parent42c54fc6ba8224eed56c582f9b52b4aa8d1350af (diff)
Merge branch 'master' into cluster
Diffstat (limited to 'parse_example.h')
-rw-r--r--parse_example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_example.h b/parse_example.h
index cebf8bcd..71af26ff 100644
--- a/parse_example.h
+++ b/parse_example.h
@@ -65,6 +65,7 @@ struct example
pthread_mutex_t lock; //thread coordination devices
size_t threads_to_finish;
bool in_use; //in use or not (for the parser)
+ bool done; //set to false by setup_example()
};
//parser control