mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
984c890cd0
Way back when the module was developed it seemed to be necessary the use a private context with push/pop as thread default. Maybe there was a bug in libtracker-sparql dispatching callback in the wrong (global) context. It's not necessary anymore with a recent libtracker-sparql version. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <npower@samba.org>
Introduction: ============= This directory contains source code for the metadata search service aka Spotlight. Bison and flex: =============== Not yet integrated into the waf buildsystem, run these by hand: $ bison -d -o sparql_parser.c sparql_parser.y $ flex -o sparql_lexer.c sparql_lexer.l or use the bundled Makefile.