diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-05-11 08:56:59 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-05-11 08:56:59 +0000 |
commit | 1652db2b29e7362fa32c6eb75c1fd186b557ea40 (patch) | |
tree | 3b48c4a99c9d621d7ee699fd4151a5796fd5f347 /cpp | |
parent | Added support for setting user under which the process should run. (diff) | |
download | ice-1652db2b29e7362fa32c6eb75c1fd186b557ea40.tar.bz2 ice-1652db2b29e7362fa32c6eb75c1fd186b557ea40.tar.xz ice-1652db2b29e7362fa32c6eb75c1fd186b557ea40.zip |
Added user attribute
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/IceGrid/Descriptor.ice | 7 |
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; }; /** |