System Event Library Functions sysevent_free(3SYSEVENT)
NAME
sysevent_free - free memory for sysevent handle
SYNOPSIS
cc [flag ...] file... -lsysevent [library ...]
#include
void sysevent_free(sysevent_t *ev);
PARAMETERS
ev handle to event an event bufferDESCRIPTION
The sysevent_free() function deallocates memory associated
with an event buffer.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
attributes(5) NOTESThe libsysevent interfaces do not work at all in non-global
zones.SunOS 5.11 Last change: 24 Jul 2009 1