Add another SENTINEL attribute

* src/xen/xend_internal.c (xend_op): Add ATTRIBUTE_SENTINEL.
This commit is contained in:
Paolo Bonzini 2009-11-30 10:49:05 +01:00 committed by Daniel Veillard
parent 43d0ba5f95
commit fe9c8d9147

View File

@ -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];