]> git.proxmox.com Git - mirror_corosync.git/commit
Remove the disliked *_from calls from the objdb and recast
authorChristine Caulfield <ccaulfie@redhat.com>
Tue, 26 Aug 2008 07:34:22 +0000 (07:34 +0000)
committerChristine Caulfield <ccaulfie@redhat.com>
Tue, 26 Aug 2008 07:34:22 +0000 (07:34 +0000)
commit2bab5b36ccaa77babf7fb6ccb6e86f8cb5ff4b9e
tree449f6d6774770c5e7b38e50d328ecfbe986aee57
parentb56ce92fab772cd96277dcc573a883c586c6137d
Remove the disliked *_from calls from the objdb and recast
the confdb library to use the new find_create/find_next/find_destroy API
calls instead.

I've kept the libcondfb API the same as before with the single change of
adding a confdb_object_find_destroy to tidy up the find handle after
use. If you don't call this then libcondfb will do it for you when
confdb_finalize is called.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1660 fd59a12c-fef9-0310-b244-a6a79926bd2f
12 files changed:
exec/apidef.c
exec/objdb.c
include/corosync/confdb.h
include/corosync/engine/coroapi.h
include/corosync/engine/objdb.h
include/corosync/ipc_confdb.h
lib/confdb.c
lib/sa-confdb.c
lib/sa-confdb.h
man/confdb_object_find.3
man/confdb_object_iter.3
services/confdb.c