eels_initialise --
initialize an event logging session
Synopsis
cc [flag ...] file ...
-Kthread-leels [library] ...
#include <eelsdba.h>
int eels_initialise(xdas_audit_ref_t *das_ref, char *module_name);
Description
All of the EELS generic logging routines take as a parameter
a session descriptor das_ref that is returned from a call to
xdas_initialise_session(3xdas)
or
eels_initialise(3eels).
This session descriptor can be used with XDAS API calls or
EELS generic logging APIs.