mirror_corosync/include/corosync
Jim Meyering 36eefbadef Convert all "int iov_len" decls to "unsigned int iov_len".
Used this command:
git grep -l 'int iov_len' \
  | xargs perl -pi -e 's/((?:^|,)\s*)(int iov_len)/${1}unsigned $2/'

Here's an approximate (autogenerated by vc-chlog) list of affected
file names and functions/macros:
* README.devmap:
* exec/coroipcs.c (sending_allowed_private_data)
(coroipcs_response_iov_send, msg_send, msg_send_or_queue)
(coroipcs_dispatch_iov_send):
* exec/coroipcs.h (handler_fn_get):
* exec/main.c (deliver_fn, main_mcast):
* exec/main.h (FALSE):
* exec/sync.c (vsf_iface, sync_deliver_fn):
* exec/totemmrp.c (totemsrp_handle_in, pg_deliver_fn)
(totemmrp_deliver_fn, totemmrp_initialize, totemmrp_mcast):
* exec/totemmrp.h (TOTEMMRP_H_DEFINED):
* exec/totemnet.c (iov_len, encrypt_and_sign_worker)
(ucast_sendmsg, mcast_sendmsg, totemnet_token_send):
* exec/totemnet.h (TOTEMNET_FLUSH):
* exec/totempg.c (deliver_fn, totempg_deliver_fn, mcast_msg)
(totempg_groups_initialize, totempg_groups_mcast_joined)
(totempg_groups_joined_reserve):
* exec/totemsrp.c (iov_len, totemsrp_recv, totemsrp_deliver_fn)
(totemsrp_initialize, totemsrp_mcast, token_send):
* exec/totemsrp.h (TOTEMSRP_H_DEFINED):
* exec/vsf_ykd.c (ykd_deliver_fn):
* include/corosync/coroipcc.h (handleInstanceDestructor):
* include/corosync/cpg.h (cpg_callbacks_t):
* include/corosync/engine/coroapi.h (ipc_response_iov_send)
(ipc_dispatch_iov_send, totem_mcast, tpg_init, tpg_joined_mcast)
(tpg_joined_reserve, tpg_groups_mcast, tpg_groups_reserve):
* include/corosync/totem/totempg.h (TOTEMPG_SAFE):
* lib/coroipcc.c (coroipcc_msg_send)
(coroipcc_msg_send_reply_receive)
(coroipcc_msg_send_reply_receive_in_buf):
* lib/cpg.c (cpg_mcast_joined):
* lib/util.h (versionsSupported):
* services/pload.c (send_message):
* services/votequorum.c (conn, quorum_deliver_fn):

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2031 fd59a12c-fef9-0310-b244-a6a79926bd2f
2009-04-08 07:56:45 +00:00
..
engine Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
lcr lcr_ckpt.h: unused file: const/size_t 2009-04-08 06:43:54 +00:00
totem Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
cfg.h cfg.h: mark "address_length" as an unused member 2009-04-03 20:30:11 +00:00
confdb.h confdb.h (confdb_reload) Add errbuf_len parameter and propagate. 2009-04-03 20:31:38 +00:00
coroipcc.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
corotypes.h Fix coroapi.h header errors. 2009-03-18 21:28:50 +00:00
cpg.h Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +00:00
cs_config.h.in - Every .c file should include "config.h" to get the right defines... 2009-03-19 12:58:53 +00:00
evs.h evs.h: s/int/size_t; const-correctness changes 2009-04-08 06:43:17 +00:00
hdb.h Add handle checking to the hdb system. 2009-03-11 23:28:01 +00:00
ipc_cfg.h The IPC patch broke CFG shutdown in several places, this patches fixes 2009-03-06 10:07:35 +00:00
ipc_confdb.h Unification around hdb_handle_t data type. 2009-02-25 11:14:47 +00:00
ipc_cpg.h Whitetank IPC Forward Port. 2009-02-19 02:23:58 +00:00
ipc_evs.h ipc_evs.h: s/int/size_t 2009-04-08 06:43:36 +00:00
ipc_gen.h Abstracted Shared Memory IPC library 2009-03-22 15:28:54 +00:00
ipc_pload.h cleanup the last of the SAF headers and types 2008-11-06 21:49:07 +00:00
ipc_quorum.h cleanup the last of the SAF headers and types 2008-11-06 21:49:07 +00:00
ipc_votequorum.h This patch fixes some minor bugs in the expected_votes behaviour and 2009-02-26 14:51:18 +00:00
jhash.h jhash.h (jhash2): make first parameter const 2009-04-07 13:04:19 +00:00
list.h list.h (list_empty): Make param const. 2009-04-07 13:04:04 +00:00
mar_cpg.h mar_cpg.h: make "src" params const. 2009-04-07 13:03:51 +00:00
mar_gen.h mar_gen.h: make params const 2009-04-07 13:03:30 +00:00
pload.h performance loading service engine first implementation. 2008-10-30 22:41:34 +00:00
queue.h queue.h: Replace #ifdef COROSYNC_SOLARIS... 2009-04-07 13:02:13 +00:00
quorum.h Fix some const warnings 2009-03-10 17:13:37 +00:00
rmd.h rmd.h: s/int/size_t; const-correctness changes... 2009-04-08 06:44:12 +00:00
sq.h sq.h: const'ify, and avoid NULL-deref 2009-04-07 13:02:43 +00:00
swab.h reorganize include file to match installed tree to build openais without installing corosync; correct some warnings and error under FreeBSD and Darwin 2008-08-14 14:59:50 +00:00
votequorum.h votequorum.c (votequorum_qdisk_register): add "const" to avoid 1 more warnings 2009-03-30 21:13:39 +00:00