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:
authorHal Daume III <me@hal3.name>2012-06-01 18:52:05 +0400
committerHal Daume III <me@hal3.name>2012-06-01 18:52:05 +0400
commit8e3cb3820b1311396fd6a04b3daca46c3ced6c31 (patch)
tree92d030de0ebb089bc407b5bcb1358589e0b4e73f /vowpalwabbit/parse_primitives.h
parent99c513297d1f014b6ed2b09815667378ef91289d (diff)
moved label_parser into parser, added example functions for alloc, dealloc, copy
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index 7d74f945..1200f5fe 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -79,6 +79,8 @@ struct parser {
int bound_sock;
int max_fd;
+ label_parser* lp; // moved from vw
+
pthread_mutex_t output_lock;
pthread_cond_t output_done;
};