X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fissupported.c;fp=lib%2Fissupported.c;h=2d2a630f227ffb6c15bd5249c26383e68dee9990;hb=3b34449070c0846fdc49436d1edd5916512f1644;hp=544403f3d1ad1591d724387b3106822542e09b12;hpb=7370d748ee384dd549f2947c60ebc9a647907d06;p=util-vserver.git diff --git a/lib/issupported.c b/lib/issupported.c index 544403f..2d2a630 100644 --- a/lib/issupported.c +++ b/lib/issupported.c @@ -1,4 +1,4 @@ -// $Id: issupported.c,v 1.4 2005/05/19 18:05:18 ensc Exp $ --*- c -*-- +// $Id: issupported.c 2247 2006-01-18 23:35:54Z ensc $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -42,6 +42,7 @@ vc_isSupported(vcFeatureSet feature) case vcFEATURE_NAMESPACE : return ver >= 0x00010012; case vcFEATURE_VWAIT : return ver >= 0x00010025; case vcFEATURE_SCHED : return ver >= 0x00020000; // todo + case vcFEATURE_VNET : return ver >= 0x00020001; default : assert(false); }