summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/openslx/sat/thrift/version/Feature.java6
1 files changed, 6 insertions, 0 deletions
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 d3d45b8..1f0fe52 100644
--- a/src/main/java/org/openslx/sat/thrift/version/Feature.java
+++ b/src/main/java/org/openslx/sat/thrift/version/Feature.java
@@ -8,5 +8,11 @@ public enum Feature {
* did not handle this case properly.)
*/
EXTEND_EXPIRED_VM,
+
+ /**
+ * Server supports configuring network shares for individual lectures. Whether
+ * these will function on the clients further depends on the minilinux version!
+ */
+ NETWORK_SHARES,
}