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-21 00:18:00 +0400
committerJohn Langford <jl@humpty.(none)>2010-09-21 00:18:00 +0400
commit136fd50b04e1f271a4f21c810d6466b8eeaeb9d5 (patch)
tree0a7adc9df1d96ba96d2168a7519ca702af778ff4 /parser.h
parent829730459f1f2fc766df37ab34c9d82c4cc0db67 (diff)
initial corrective update
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 66524d11..064836c5 100644
--- a/parser.h
+++ b/parser.h
@@ -31,6 +31,7 @@ struct parser {
v_array<substring> name;
const label_parser* lp;
+ float t;
io_buf* input; //Input source(s)
int (*reader)(parser* p, void* ae);