DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

eels_initialise(3eels)


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.

Arguments


das_ref
The returned session descriptor.

module_name
The name of the module using the EELS APIs.

References

eels_initialise(D3eels), Intro(3xdas), eels_log(3eels), eels_terminate(3eels)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004