[libvirt] [PATCH] add another SENTINEL attribute

Paolo Bonzini pbonzini at redhat.com
Fri Nov 27 15:15:04 UTC 2009


xend_op also can benefit from the attribute.

* src/xen/xend_internal.c (xend_op): Add ATTRIBUTE_SENTINEL.
---
 src/xen/xend_internal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xen/xend_internal.c b/src/xen/xend_internal.c
index 4d9dcd1..66d2e7f 100644
--- a/src/xen/xend_internal.c
+++ b/src/xen/xend_internal.c
@@ -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];
-- 
1.6.5.2




More information about the libvir-list mailing list