Functions called using the Clinfo C API
The following functions have not been translated from C to C++.
You must call them using the Clinfo C API:
Event functions
int cl_registereventnotify(int, struct cli_enr_req_t *);
int cl_unregistereventnotify(int, struct cli_enr_req_t *);
int cl_getevent(cli_en_msg_t *);Utility functions
void cl_perror(int, char *);
char *cl_errmsg (int status);
/*for single-threaded applications*/
char *cl_errmsg_r(int status, char cbuf);
/*for multi-threaded applications*/