Add vc_sched_info API.
[util-vserver.git] / lib / issupported.c
index 30b6fb3..73bf813 100644 (file)
@@ -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); 
   }