mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00: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.
|
* 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, ...)
|
xend_op(virConnectPtr xend, const char *name, const char *key, ...)
|
||||||
{
|
{
|
||||||
char buffer[1024];
|
char buffer[1024];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user