From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 25 Sep 2006 11:38:54 -0000 Subject: [Cluster-devel] cluster/cman/daemon ais.c Message-ID: <20060925113854.25786.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield at sourceware.org 2006-09-25 11:38:53 Modified files: cman/daemon : ais.c Log message: Add struct entry for .flow_control to keep latest openais happy. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.39&r2=1.40 --- cluster/cman/daemon/ais.c 2006/08/17 13:22:39 1.39 +++ cluster/cman/daemon/ais.c 2006/09/25 11:38:53 1.40 @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -134,6 +135,7 @@ static struct openais_service_handler cman_service_handler = { .name = (unsigned char *)"openais CMAN membership service 2.01", .id = CMAN_SERVICE, + .flow_control = OPENAIS_FLOW_CONTROL_NOT_REQUIRED, .lib_exit_fn = cman_exit_fn, .exec_init_fn = cman_exec_init_fn, .config_init_fn = NULL,