mirror_corosync/exec
Jim Meyering 62e71c31d6 coroapi.h, confdb.h, objdb.h: big s/int/size_t/ change
* exec/mainconfig.c (objdb_get_string, objdb_get_int):
* exec/totemconfig.c (objdb_get_string, objdb_get_int)
(totem_config_keyread, totem_key_change_notify):
* include/corosync/confdb.h (confdb_callbacks_t):
* include/corosync/engine/coroapi.h (group_len, object_len)
(key_len, validate_callback, object_key_change_notify_fn_t)
(object_create_notify_fn_t, object_destroy_notify_fn_t)
(object_notify_callback_fn_t, object_reload_notify_fn_t)
(object_create, object_key_create, object_find_create)
(object_key_get, object_key_replace, object_key_delete)
(object_iter, object_key_iter, object_name_get)
(object_key_iter_from, object_key_increment)
(object_key_decrement):
* include/corosync/engine/objdb.h (object_key_change_notify_fn_t)
(object_create_notify_fn_t, object_destroy_notify_fn_t)
(object_len, key_len, validate_callback, object_create)
(object_key_create, object_find_create, object_key_get)
(object_key_replace, object_key_delete, object_iter)
(object_key_iter, object_name_get, object_key_iter_from)
(object_key_increment, object_key_decrement):
* lib/confdb.c (confdb_object_create, confdb_key_create)
(confdb_key_delete, confdb_key_get, confdb_key_increment)
(confdb_key_decrement, confdb_key_replace, confdb_object_find)
(confdb_object_iter, confdb_key_iter):
* lib/sa-confdb.c (confdb_sa_object_create, confdb_sa_key_create)
(confdb_sa_key_delete, confdb_sa_key_get)
(confdb_sa_key_increment, confdb_sa_key_decrement)
(confdb_sa_key_replace, confdb_sa_object_find)
(confdb_sa_object_iter, confdb_sa_key_iter):
* lib/sa-confdb.h:
* services/confdb.c (message_handler_req_lib_confdb_key_replace):
* services/votequorum.c (objdb_get_string, objdb_get_int)
(quorum_key_change_notify, votequorum_objdb_reload_notify):

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2040 fd59a12c-fef9-0310-b244-a6a79926bd2f
2009-04-08 17:29:16 +00:00
..
apidef.c continue pulling previous thread: mostly constification 2009-04-08 06:44:59 +00:00
apidef.h Revert patch 1633 which breaks build. 2008-08-14 16:44:26 +00:00
coroipcs.c Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
coroipcs.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
coroparse.c Patch to use snprintf where appropriate to avoid buffer overrun. 2009-04-02 18:49:24 +00:00
coropoll.c Remove extra printf from coropoll. 2009-04-03 21:07:23 +00:00
crypto.c - Every .c file should include "config.h" to get the right defines... 2009-03-19 12:58:53 +00:00
crypto.h Remove const warnings in crypto.c. 2009-03-10 12:22:55 +00:00
logsys.c logsys.h (logsys_format_set): Change return type, adjust param type. 2009-04-07 13:01:55 +00:00
main.c Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
main.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
mainconfig.c coroapi.h, confdb.h, objdb.h: big s/int/size_t/ change 2009-04-08 17:29:16 +00:00
mainconfig.h Remove const warnings from main.c. 2009-03-10 10:35:14 +00:00
Makefile.am Abstracted Shared Memory IPC library 2009-03-22 15:28:54 +00:00
mempool.c - Every .c file should include "config.h" to get the right defines... 2009-03-19 12:58:53 +00:00
mempool.h Revert patch 1633 which breaks build. 2008-08-14 16:44:26 +00:00
objdb.c add "void" parameter list to avoid "isn't prototype" warning 2009-04-01 09:32:32 +00:00
quorum.c Forward port of sync v1 engine from whitetank and rework of quorum 2009-04-07 21:41:25 +00:00
quorum.h quorum.h (quorum_set_quorate_fn_t): make first param const 2009-04-08 06:43:03 +00:00
service.c service.c: avoid 5 warnings 2009-03-30 21:16:44 +00:00
service.h service.[ch]: remove 7 const-related warnings 2009-03-30 21:10:45 +00:00
sync.c sync.c: avoid printf format warning 2009-04-08 07:57:36 +00:00
sync.h continue pulling previous thread: mostly constification 2009-04-08 06:44:59 +00:00
timer.c Fix timers not expiring. 2009-04-03 21:07:11 +00:00
timer.h timer.c: connect with its published prototypes 2009-04-01 09:32:40 +00:00
tlist.h Add timer_expire_time_get 2009-02-18 01:28:35 +00:00
totemconfig.c coroapi.h, confdb.h, objdb.h: big s/int/size_t/ change 2009-04-08 17:29:16 +00:00
totemconfig.h Remove const warnings from main.c. 2009-03-10 10:35:14 +00:00
totemip.c totemip.h: const'ify 2009-04-07 13:03:07 +00:00
totemmrp.c Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
totemmrp.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
totemnet.c Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
totemnet.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
totempg.c convert each "size_t iov_len" declaration to "unsigned int iov_len" 2009-04-08 07:56:54 +00:00
totemrrp.c - Every .c file should include "config.h" to get the right defines... 2009-03-19 12:58:53 +00:00
totemrrp.h Unification around hdb_handle_t data type. 2009-02-25 11:14:47 +00:00
totemsrp.c Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
totemsrp.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
util.c - Every .c file should include "config.h" to get the right defines... 2009-03-19 12:58:53 +00:00
util.h mar_gen.h: make params const 2009-04-07 13:03:30 +00:00
version.h Split openais and corosync tree into two seperate repositories. 2008-08-05 13:23:46 +00:00
vsf_quorum.c quorum.h (quorum_set_quorate_fn_t): make first param const 2009-04-08 06:43:03 +00:00
vsf_ykd.c Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
vsf.h quorum is now an optional loadable module (though I've put it into the 2008-12-08 15:55:41 +00:00
wthread.c wthread.c: avoid 1 warning 2009-03-30 21:17:19 +00:00
wthread.h Split openais and corosync tree into two seperate repositories. 2008-08-05 13:23:46 +00:00