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

pcaulfield at sourceware.org pcaulfield at sourceware.org
Tue Jun 20 15:27:04 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-06-20 15:27:04

Modified files:
	cman/lib       : libcman.h 

Log message:
	Make it clear that admin sockets can't receive callbacks either.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.24&r2=1.25

--- cluster/cman/lib/libcman.h	2006/05/25 08:12:40	1.24
+++ cluster/cman/lib/libcman.h	2006/06/20 15:27:04	1.25
@@ -185,7 +185,7 @@
  * cman_admin_init  opens admin socket for privileged operations.
  * cman_finish      destroys that handle.
  *
- * Note that admin sockets can't send data messages.
+ * Note that admin sockets can't send data messages or receive callbacks.
  */
 cman_handle_t cman_init(void *private);
 cman_handle_t cman_admin_init(void *private);




More information about the Cluster-devel mailing list