Changeset 2741
- Timestamp:
- 07/14/08 16:10:59 (4 months ago)
- Files:
-
- trunk/lib/issupported.c (modified) (1 diff)
- trunk/lib/issupportedstring.c (modified) (1 diff)
- trunk/lib/vserver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/issupported.c
r2716 r2741 48 48 case vcFEATURE_VSTAT : return ver >= 0x00020103; 49 49 case vcFEATURE_PPTAG : return conf & VC_VCI_PPTAG; 50 case vcFEATURE_SPACES : return conf & VC_VCI_SPACES; 50 51 case vcFEATURE_PIDSPACE : return ver >= 0x00020303 || ver >= 0x00020201; 51 52 default : assert(false); trunk/lib/issupportedstring.c
r2716 r2741 36 36 DECL(VHI), DECL(VSHELPER0), DECL(VSHELPER), DECL(VWAIT), 37 37 DECL(VNET), DECL(VSTAT), DECL(PPTAG), DECL(PIDSPACE), 38 DECL(SPACES), 38 39 }; 39 40 trunk/lib/vserver.h
r2739 r2741 970 970 vcFEATURE_VSHELPER0, vcFEATURE_VSHELPER, vcFEATURE_VWAIT, 971 971 vcFEATURE_VNET, vcFEATURE_VSTAT, vcFEATURE_PPTAG, 972 vcFEATURE_PIDSPACE, }972 vcFEATURE_PIDSPACE, vcFEATURE_SPACES, } 973 973 vcFeatureSet; 974 974
