From 2c78934c74e9da5b52436d77649bbfc7173fdd9b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 20 Apr 2018 15:03:53 +0200 Subject: New feature for multiple hypervisors support --- src/main/java/org/openslx/sat/thrift/version/Feature.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/main/java/org/openslx/sat/thrift/version/Feature.java b/src/main/java/org/openslx/sat/thrift/version/Feature.java index 1f0fe52..e359e3c 100644 --- a/src/main/java/org/openslx/sat/thrift/version/Feature.java +++ b/src/main/java/org/openslx/sat/thrift/version/Feature.java @@ -15,4 +15,9 @@ public enum Feature { */ NETWORK_SHARES, + /** + * Server supports multiple hypervisors which requires special handling since + * multiple components needs to be compatible to fully support them. + */ + MULTIPLE_HYPERVISORS, } -- cgit v1.2.3-55-g7522