summaryrefslogtreecommitdiff
path: root/common/elapi/elapi_async.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12Remove ELAPI from the SSSD repositoryStephen Gallagher1-153/+0
ELAPI now lives in its own project at https://fedorahosted.org/ELAPI
2009-10-05ELAPI Event resolverDmitri Pal1-0/+153
Started working on the async processing and realised that I need to have a good copy of the event with all the fields resolved so this patch has some foundation for the async functions (module elapi_async.c) but they are mostly stubbed out. The actual code will be added down the road. Instead the patch focuses on the code introduced in elapi_resolve.c module and the use of the functions from it. It also adds the implementation of the high level calls that initialize ELAPI with the external callbacks to be used during async processing (elapi_log.c).