summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/IceGrid/Descriptor.ice7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/slice/IceGrid/Descriptor.ice b/cpp/slice/IceGrid/Descriptor.ice
index 1c9754da9b5..52ea5034a69 100644
--- a/cpp/slice/IceGrid/Descriptor.ice
+++ b/cpp/slice/IceGrid/Descriptor.ice
@@ -340,6 +340,13 @@ class ServerDescriptor extends CommunicatorDescriptor
*
**/
bool allocatable;
+
+ /**
+ *
+ * The user account used to run the server.
+ *
+ **/
+ string user;
};
/**