Interface Libraries libsysevent(3LIB)
NAME
libsysevent - system event interface library
SYNOPSIS
cc [ flag... ] file... -lsysevent [ library... ]
#include
DESCRIPTION
Functions in this library extract specific identifier, pub-
lisher, and attribute information from a system event
(sysevent) handle, defined as syseventt, and allow
privileged user-level applications to queue system events
for delivery to the system event daemon, syseventd(1M).
The libsysevent interfaces do not work at all in non-global
zones.
INTERFACES
The shared object libsysevent.so.1 provides the public
interfaces defined below. See Intro(3) for additional infor-
mation on shared object interfaces.
syseventbindhandle syseventfree
syseventgetattrlist syseventgetclassname
syseventgetpid syseventgetpubname
syseventgetseq syseventgetsize
syseventgetsubclassname syseventgettime
syseventgetvendorname syseventpostevent
syseventsubscribeevent syseventunbindhandle
syseventunsubscribeevent
FILES
/usr/lib/libsysevent.so.1
shared object
/usr/lib/64/libsysevent.so.1
64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 23 Aug 2007 1
Interface Libraries libsysevent(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
syseventd(1M), Intro(3), attributes(5)
SunOS 5.11 Last change: 23 Aug 2007 2
|