mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
1ef96e0907
This moves all Tracker backend logic into a modularized component. This should not result in any change in behaviour, it just paves the way for adding additional backends. Currently the only available backend is Gnome Tracker. slq_destroy_send/recv is not needed anymore as the problem is solved now by correctly checking if an async Tracker request was cancelled and we got G_IO_ERROR_CANCELLED in tracker_con_cb() or tracker_query_cb() and avoid using user_data in that the case. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
dalloc.c | ||
dalloc.h | ||
marshalling.c | ||
marshalling.h | ||
mdssvc_tracker.c | ||
mdssvc_tracker.h | ||
mdssvc.c | ||
mdssvc.h | ||
README | ||
sparql_lexer.l | ||
sparql_mapping.c | ||
sparql_mapping.h | ||
sparql_parser_test.c | ||
sparql_parser.y | ||
srv_mdssvc_nt.c | ||
srv_mdssvc_nt.h |
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.