diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-12-08 14:37:44 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-12-08 14:37:44 +0100 |
commit | 33a83ee4f83e9c3ed820f90122d8106dc9b41e74 (patch) | |
tree | 246b83b711150264ff79d1433b45e534b8a765d6 /cpp/src/IceGrid/Parser.h | |
parent | Fixes for the plugin demo (diff) | |
download | ice-33a83ee4f83e9c3ed820f90122d8106dc9b41e74.tar.bz2 ice-33a83ee4f83e9c3ed820f90122d8106dc9b41e74.tar.xz ice-33a83ee4f83e9c3ed820f90122d8106dc9b41e74.zip |
Fix for bug 3234 - Initial support for getting processor socket count with IceGrid
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index a6c38ef8b23..6a599338e79 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -82,6 +82,7 @@ public: void describeNode(const std::list<std::string>&); void pingNode(const std::list<std::string>&); void printLoadNode(const std::list<std::string>&); + void printNodeProcessors(const std::list<std::string>&); void shutdownNode(const std::list<std::string>&); void listAllNodes(const std::list<std::string>&); |