From 33a83ee4f83e9c3ed820f90122d8106dc9b41e74 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 8 Dec 2009 14:37:44 +0100 Subject: Fix for bug 3234 - Initial support for getting processor socket count with IceGrid --- cpp/src/IceGrid/NodeI.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src/IceGrid/NodeI.cpp') diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index 432688aa925..7e5659771b1 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -813,6 +813,12 @@ NodeI::getLoad(const Ice::Current&) const return _platform.getLoadInfo(); } +int +NodeI::getProcessorSocketCount(const Ice::Current&) const +{ + return _platform.getProcessorSocketCount(); +} + void NodeI::shutdown(const Ice::Current&) const { -- cgit v1.2.3