#include <dce/dce.h> #include <pthread.h> #include <dce/svclog.h>void dce_svc_log_get( dce_svc_log_handle_t handle, dce_svc_log_prolog_t *prolog, error_status_t *status);
The dce_svc_log_get() routine reads the next entry from a binary format serviceability log, and fills in prolog with a pointer to a private data area containing the data read. The contents of the prolog structure are defined in dce/svclog.h.
See: dce_svc_register(3dce)
.
Functions: dce_svc_log_close(3dce), dce_svc_log_open(3dce), dce_svc_log_rewind(3dce).