From e8d2f5c6dfacc5612f7a5ccfee517a47688bd6f8 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 25 Oct 2005 16:18:03 +0000 Subject: [PATCH] added vc_compareVserverById() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2181 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/vserver.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index 1565e94..d7de781 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -779,6 +779,9 @@ extern "C" { freed by the caller. */ char * vc_getVserverByCtx(xid_t ctx, /*@null@*/vcCfgStyle *style, /*@null@*/char const *revdir); + + int vc_compareVserverById(char const *lhs, vcCfgStyle lhs_style, + char const *rhs, vcCfgStyle rhs_style); #define vcSKEL_INTERFACES 1u #define vcSKEL_PKGMGMT 2u -- 1.8.1.5