From bd6444f1b8255a59e79645135b4fef579ef4948b Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 13 Jul 2012 15:08:56 +0000 Subject: QPID-4079 log entries track managed object life cycles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1361262 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/log/Statement.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/log/Statement.h b/cpp/include/qpid/log/Statement.h index f61596917a..ad84d66db6 100644 --- a/cpp/include/qpid/log/Statement.h +++ b/cpp/include/qpid/log/Statement.h @@ -72,10 +72,11 @@ struct LevelTraits { * Store store * Network tcp rdma AsynchIO socket epoll * Test - * Unspecified + * Model + * Unspecified */ enum Category { security, broker, management, protocol, system, ha, messaging, - store, network, test, client, unspecified }; + store, network, test, client, model, unspecified }; struct CategoryTraits { static const int COUNT=unspecified+1; -- cgit v1.2.1