]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add a port allocator class
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 9 Jan 2013 15:11:50 +0000 (15:11 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 16 Jan 2013 11:02:58 +0000 (11:02 +0000)
commit9c9d4d32d318d40870deed7655b07ccfad9b66ce
treecbdc97a81e9ce8407f5e81eff5910bce50a860bc
parentbba93d40da9185501e48a5c0f7b7dfcc6a231caf
Add a port allocator class

Introduce a virPortAllocator for managing TCP port allocations.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.gitignore
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/util/virportallocator.c [new file with mode: 0644]
src/util/virportallocator.h [new file with mode: 0644]
tests/Makefile.am
tests/virportallocatortest.c [new file with mode: 0644]