summaryrefslogtreecommitdiffstats
path: root/tests/basic/gfapi/upcall-register-api.c
Commit message (Collapse)AuthorAgeFilesLines
* gfapi: Register/Unregister Upcall events' callbackSoumya Koduri2017-10-311-0/+281
Polling continuously for upcall events is not optimal. Hence new APIs have been added to allow applications to register and unregister upcall events it is interested in along with callback function to be invoked in case of any such upcalls sent by backend server. @TODO: Make changes in upcall xlator so that events are sent to only those clients which either registered callbacks or started polling. Shall be addressed in separate patch. Updates: #315 Change-Id: I40473fd5cf689172ff2d7bb2869756b7fd5bc761 Signed-off-by: Soumya Koduri <skoduri@redhat.com>