mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-21 14:40:06 +00:00
no-op change: s/gruop/group/ in prototypes and documentation
* include/corosync/engine/coroapi.h (tpg_join, tpg_leave): * man/evs_mcast_groups.3: git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2028 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
e7fa045d5a
commit
3b35d8a99c
@ -460,12 +460,12 @@ struct corosync_api_v1 {
|
||||
int (*tpg_join) (
|
||||
hdb_handle_t handle,
|
||||
struct corosync_tpg_group *groups,
|
||||
int gruop_cnt);
|
||||
int group_cnt);
|
||||
|
||||
int (*tpg_leave) (
|
||||
hdb_handle_t handle,
|
||||
struct corosync_tpg_group *groups,
|
||||
int gruop_cnt);
|
||||
int group_cnt);
|
||||
|
||||
int (*tpg_joined_mcast) (
|
||||
hdb_handle_t handle,
|
||||
|
@ -38,7 +38,7 @@ evs_join \- Multicast a message to selected groups
|
||||
.B #include <sys/uio.h>
|
||||
.B #include <corosync/evs.h>
|
||||
.sp
|
||||
.BI "int evs_mcast_gruops(evs_handle_t " handle ", evs_guraantee_t " guarantee ", evs_group_t *" groups ", int group_entries, struct iovec *" iovec ", int " iov_len ");
|
||||
.BI "int evs_mcast_groups(evs_handle_t " handle ", evs_guraantee_t " guarantee ", evs_group_t *" groups ", int group_entries, struct iovec *" iovec ", int " iov_len ");
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B evs_mcast_groups(3)
|
||||
|
Loading…
Reference in New Issue
Block a user