From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 22 Aug 2007 07:09:46 -0000 Subject: [Cluster-devel] cluster/cman/lib libcman.h Message-ID: <20070822070946.4973.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 2007-08-22 07:09:45 Modified files: cman/lib : libcman.h Log message: Document that cman_set_dirty() needs an admin socket. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.31&r2=1.32 --- cluster/cman/lib/libcman.h 2007/08/20 14:37:26 1.31 +++ cluster/cman/lib/libcman.h 2007/08/22 07:09:44 1.32 @@ -393,7 +393,7 @@ * Sets the dirty bit inside cman. This indicates that the node has * some internal 'state' (eg in a daemon, filesystem or lock manager) * and cannot merge with another cluster that already has state. - * This cannot be reset. + * This needs an admin socket. It cannot be reset. */ int cman_set_dirty(cman_handle_t handle);