diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-07-13 15:08:56 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-07-13 15:08:56 +0000 |
| commit | bd6444f1b8255a59e79645135b4fef579ef4948b (patch) | |
| tree | 190d01186baa7a32fd1143b9c3cbf0a7d17a85d3 /cpp/include | |
| parent | d6f984ad6aa4a931806816d03b81c624e9ab6a70 (diff) | |
| download | qpid-python-bd6444f1b8255a59e79645135b4fef579ef4948b.tar.gz | |
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
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/log/Statement.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <not related to a directory> + * Unspecified <must be last in enum> */ 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; |
