Add support for private data in callback functions.
authorBrad Hards <bradh@openchange.org>
Tue, 19 Oct 2010 05:17:17 +0000 (05:17 +0000)
committerBrad Hards <bradh@openchange.org>
Tue, 19 Oct 2010 05:17:17 +0000 (05:17 +0000)
commit8d7162a7474cd601745bb80b1876ac21c2a28414
tree6a2812d564e0bbc543cf75da2db1dec89c1c932e
parent4d8f607d1a0683fb175876bea35e058e1c0622f4
Add support for private data in callback functions.

Used this in test program to allow deserialising a fast transfer stream
into a mapistore context. You can use it something like:
./bin/check_fasttransfer --showprogress --mapistore=/tmp/fx_fsocpf --profile=e2k10
(note that the directory should exist and be empty).

Fixed a couple of issues with the parser - missing property handling.

Updated mapitest to suit API changes.
Makefile
libmapi/fxparser.c
libmapi/fxparser.h
libmapi/libmapi.h
testprogs/check_fasttransfer.c
utils/mapitest/modules/module_oxcfxics.c