]> git.ipfire.org Git - thirdparty/kea.git/commit
[2854] added a minimal framework for the memmgr daemon.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 7 Jun 2013 00:15:27 +0000 (17:15 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 12 Jun 2013 18:53:05 +0000 (11:53 -0700)
commit2ca7ef10889eccf7ebe70f1662fed83c33f62c19
treebd4178095059f5ba52a45e5779e2576454f64302
parent2987b196ad617e5cc8f759717edae50866162888
[2854] added a minimal framework for the memmgr daemon.

it's basically empty yet.
configure.ac
src/bin/memmgr/.gitignore [new file with mode: 0644]
src/bin/memmgr/Makefile.am [new file with mode: 0644]
src/bin/memmgr/b10-memmgr.xml [new file with mode: 0644]
src/bin/memmgr/memmgr.py.in [new file with mode: 0755]
src/bin/memmgr/memmgr.spec [new file with mode: 0644]
src/bin/memmgr/memmgr_messages.mes [new file with mode: 0644]
src/bin/memmgr/tests/Makefile.am [new file with mode: 0644]
src/bin/memmgr/tests/memmgr_test.py [new file with mode: 0755]