[Cluster-devel] cluster/cman/lib libcman.h

pcaulfield at sourceware.org pcaulfield at sourceware.org
Wed Aug 22 07:09:46 UTC 2007


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);
 




More information about the Cluster-devel mailing list