mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-16 18:25:08 -06:00
Add another SENTINEL attribute
* src/xen/xend_internal.c (xend_op): Add ATTRIBUTE_SENTINEL.
This commit is contained in:
parent
43d0ba5f95
commit
fe9c8d9147
@ -552,7 +552,7 @@ xend_op_ext(virConnectPtr xend, const char *path, char *error,
|
||||
*
|
||||
* Returns 0 in case of success, -1 in case of failure.
|
||||
*/
|
||||
static int
|
||||
static int ATTRIBUTE_SENTINEL
|
||||
xend_op(virConnectPtr xend, const char *name, const char *key, ...)
|
||||
{
|
||||
char buffer[1024];
|
||||
|
Loading…
Reference in New Issue
Block a user