~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to man/cpg_mcast_joined.3

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.\" * Author: Patrick Caulfield <pcaulfie@redhat.com>
7
7
.\" *
8
8
.\" * This software licensed under BSD license, the text of which follows:
9
 
.\" * 
 
9
.\" *
10
10
.\" * Redistribution and use in source and binary forms, with or without
11
11
.\" * modification, are permitted provided that the following conditions are met:
12
12
.\" *
73
73
The meanings of the cpg_guarantee_t typedef are:
74
74
.TP
75
75
.B CPG_TYPE_UNORDERED
76
 
Messages are guaranteed to be delivered, but with no particular order.  This 
 
76
Messages are guaranteed to be delivered, but with no particular order.  This
77
77
mode is unimplemented in the CPG library.
78
78
.TP
79
79
.B CPG_TYPE_FIFO
102
102
struct iovec
103
103
{
104
104
        void *iov_base;     /* Pointer to data.  */
105
 
        size_t iov_len;     /* Length of data.  */
 
105
        unsigned int iov_len;     /* Length of data.  */
106
106
};
107
107
.ta
108
108
.fi
114
114
.I iov_len
115
115
argument describes the number of entires in the
116
116
.I iovec
117
 
argument.  
 
117
argument.
118
118
 
119
119
.SH RETURN VALUE
120
120
This call returns the CPG_OK value if successful, otherwise an error is returned.
127
127
.BR cpg_finalize (3),
128
128
.BR cpg_fd_get (3),
129
129
.BR cpg_dispatch (3),
 
130
.BR cpg_join (3),
130
131
.BR cpg_leave (3),
131
 
.BR cpg_join (3),
 
132
.BR cpg_mcast_joined (3),
132
133
.BR cpg_membership_get (3)
 
134
.BR cpg_zcb_alloc (3)
 
135
.BR cpg_zcb_free (3)
 
136
.BR cpg_zcb_mcast_joined (3)
 
137
.BR cpg_context_get (3)
 
138
.BR cpg_context_set (3)
 
139
.BR cpg_local_get (3)
 
140
 
133
141
.PP