DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

eels_terminate(D3eels)


eels_terminate -- close an event logging session

Synopsis

#include <sys/eels.h>

int eels_terminate(eels_handle_t handle);

Description

Terminate the session referred to by handle. The mapping associated with this driver's instance is removed from the EELS subsystem. If the termination fails an error code is returned.

Arguments


handle
The session descriptor, returned by a call to eels_initialise(D3eels).

Return values

On successful completion, eels_terminate returns 0. Otherwise, EINVAL is returned indicating the specified handle was not valid.

References

eels_terminate, eels_initialise(D3eels), eels_log(D3eels)
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - 19 June 2005