]> git.proxmox.com Git - mirror_corosync.git/commit
Add confdb, a library to access the configuration object database.
authorPatrick Caulfield <pcaulfie@redhat.com>
Wed, 16 Apr 2008 12:07:05 +0000 (12:07 +0000)
committerPatrick Caulfield <pcaulfie@redhat.com>
Wed, 16 Apr 2008 12:07:05 +0000 (12:07 +0000)
commit9ab240e47832cf10f738fc445c31d7391de19c80
tree0ae6b89590561d1c6cf23247980b2755ae902688
parentba85a9198387bb44a42142d06dfc6a7b9abebc13
Add confdb, a library to access the configuration object database.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1516 fd59a12c-fef9-0310-b244-a6a79926bd2f
14 files changed:
Makefile
exec/Makefile
exec/confdb.c [new file with mode: 0644]
exec/objdb.c
exec/objdb.h
exec/service.c
include/confdb.h [new file with mode: 0644]
include/ipc_confdb.h [new file with mode: 0644]
include/ipc_gen.h
lib/Makefile
lib/confdb.c [new file with mode: 0644]
lib/libconfdb.versions [new file with mode: 0644]
test/Makefile
test/testconfdb.c [new file with mode: 0644]