X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fissupported.c;h=5b811f7420f5e64433549d2b6623af75ea89fd1d;hb=c9cd9fb53dc2b759f35a0bca5175e0718b8edfee;hp=fb95fab21a8df4e6a8f72cb1badb3281c188e8d1;hpb=38db7c63850871d51a423c53d4ceb3a2f6ef0819;p=util-vserver.git diff --git a/lib/issupported.c b/lib/issupported.c index fb95fab..5b811f7 100644 --- a/lib/issupported.c +++ b/lib/issupported.c @@ -47,6 +47,7 @@ vc_isSupported(vcFeatureSet feature) case vcFEATURE_VNET : return ver >= 0x00020001; case vcFEATURE_VSTAT : return ver >= 0x00020103; case vcFEATURE_PPTAG : return conf & VC_VCI_PPTAG; + case vcFEATURE_SPACES : return conf & VC_VCI_SPACES; case vcFEATURE_PIDSPACE : return ver >= 0x00020303 || ver >= 0x00020201; default : assert(false); }