search for: 885068b

Displaying 1 result from an estimated 1 matches for "885068b".

Did you mean: 8820685
2010 Apr 15
1
[PATCH matahari] Refactored the Host agent.
...----------------- src/host.h | 75 ++++----------- src/main.cpp | 57 ++++-------- src/nic.h | 2 +- src/processors.cpp | 6 + src/processors.h | 3 + 6 files changed, 111 insertions(+), 295 deletions(-) diff --git a/src/host.cpp b/src/host.cpp index ac04f47..885068b 100644 --- a/src/host.cpp +++ b/src/host.cpp @@ -37,213 +37,80 @@ using namespace std; using qpid::management::Manageable; namespace _qmf = qmf::com::redhat::matahari; -ostream& operator<<(ostream &output, const HostWrapper& host) +void +HostAgent::setup(ManagementAgent* agent...