X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fissupported.c;h=0c4415182fc3f248a746ed5659e4c3ebeb88c046;hb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;hp=2d2a630f227ffb6c15bd5249c26383e68dee9990;hpb=fc28db1eb4146796ec27c2fb15780d6303120261;p=util-vserver.git diff --git a/lib/issupported.c b/lib/issupported.c index 2d2a630..0c44151 100644 --- a/lib/issupported.c +++ b/lib/issupported.c @@ -1,4 +1,4 @@ -// $Id: issupported.c 2247 2006-01-18 23:35:54Z ensc $ --*- c -*-- +// $Id: issupported.c 2449 2007-01-10 18:53:07Z dhozac $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -43,6 +43,7 @@ vc_isSupported(vcFeatureSet feature) case vcFEATURE_VWAIT : return ver >= 0x00010025; case vcFEATURE_SCHED : return ver >= 0x00020000; // todo case vcFEATURE_VNET : return ver >= 0x00020001; + case vcFEATURE_VSTAT : return ver >= 0x00020103; default : assert(false); }