From: Enrico Scholz Date: Tue, 25 Oct 2005 16:18:03 +0000 (+0000) Subject: added vc_compareVserverById() X-Git-Tag: version_0_30_210~100 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8d2f5c6dfacc5612f7a5ccfee517a47688bd6f8;p=util-vserver.git added vc_compareVserverById() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2181 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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