Training
×

Interface – Client side

Most of the code is generic and works with various user defined functions. Modify serviceifops.c, service.h and serviceif.h to implement the user defined functions of RPC interface to the service.
Generic code includes initialization of process/thread specific use of the service, cleanup when the application terminates, error checking and logging.
The current implementation uses a local data mailbox per application thread to receive responses from the service.