summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/acl.mk
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-04-27 19:26:18 +0000
committerCharles E. Rolke <chug@apache.org>2012-04-27 19:26:18 +0000
commit9eb4edcd1a30aa8c7d6005a5e3d13189f3d4265d (patch)
treeb8a01304014f4d0287ad7259618133d4f5d7c879 /qpid/cpp/src/acl.mk
parent2b9f9ce817339547ad64ca7b9442ca8105e6e8b3 (diff)
downloadqpid-python-9eb4edcd1a30aa8c7d6005a5e3d13189f3d4265d.tar.gz
QPID-2616 Count and limit client connections
Limit client connections by name and by host address. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/acl.mk')
-rw-r--r--qpid/cpp/src/acl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/acl.mk b/qpid/cpp/src/acl.mk
index b8e2ff0e13..0301f8c754 100644
--- a/qpid/cpp/src/acl.mk
+++ b/qpid/cpp/src/acl.mk
@@ -24,6 +24,8 @@ dmoduleexec_LTLIBRARIES += acl.la
acl_la_SOURCES = \
qpid/acl/Acl.cpp \
qpid/acl/Acl.h \
+ qpid/acl/AclConnectionCounter.cpp \
+ qpid/acl/AclConnectionCounter.h \
qpid/acl/AclData.cpp \
qpid/acl/AclData.h \
qpid/acl/AclPlugin.cpp \