
cds_get_global_context() is the only remaining API which uses the v_CONTEXT_t typedef. It was always strange to have an abstraction for (void *) since that is an integral part of C99 and hence does not require abstraction, so replace the return type of cds_get_global_context() from v_CONTEXT_t to void *. Change-Id: I836994bf7405db54eea333bbb29785e606fb0196 CRs-Fixed: 2117092