1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/rpc_server/mdssvc
Christof Schmitt ae7db3e543 s3: Rename server_event_context() to global_event_context()
This reflects that the event context is also used outside of the server
processes.

The command used for the rename:
find . -name '*.[hc]' -print0 | xargs -0 sed -i 's/server_event_context/global_event_context/'

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2018-09-07 17:26:17 +02:00
..
dalloc.c
dalloc.h
marshalling.c
marshalling.h
mdssvc.c s3: Rename server_event_context() to global_event_context() 2018-09-07 17:26:17 +02:00
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.