mirror_corosync/exec
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
..
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 logsys.h (logsys_format_set): Change return type, adjust param type. 2009-04-07 13:01:55 +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 Convert all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +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 Patch to use snprintf where appropriate to avoid buffer overrun. 2009-04-02 18:49:24 +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 all "int iov_len" decls to "unsigned int iov_len". 2009-04-08 07:56:45 +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