From 895f911bea116e3803e42252da364c1ae71b9d17 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@1361262 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/log/Statement.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/include') diff --git a/qpid/cpp/include/qpid/log/Statement.h b/qpid/cpp/include/qpid/log/Statement.h index f61596917a..ad84d66db6 100644 --- a/qpid/cpp/include/qpid/log/Statement.h +++ b/qpid/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