update sample
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@316 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
6ea45cbd2b
commit
f24f9dcad8
|
@ -103,9 +103,9 @@ static ZIO_GET_ALARMS_FUNCTION(skel_get_alarms)
|
||||||
return zap_fail;
|
return zap_fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
static zap_software_interface_t skel_interface;
|
static zap_io_interface_t skel_interface;
|
||||||
|
|
||||||
zap_status_t skel_init(zap_software_interface_t **zint)
|
zap_status_t skel_init(zap_io_interface_t **zint)
|
||||||
{
|
{
|
||||||
assert(zint != NULL);
|
assert(zint != NULL);
|
||||||
memset(&skel_interface, 0, sizeof(skel_interface));
|
memset(&skel_interface, 0, sizeof(skel_interface));
|
||||||
|
|
Loading…
Reference in New Issue