public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/cman/daemon Makefile cnxman-private.h  ...
@ 2006-02-20 15:14 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2006-02-20 15:14 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-02-20 15:14:29

Modified files:
	cman/daemon    : Makefile cnxman-private.h 
Removed files:
	cman/daemon    : memlock.c memlock.h xlate.h 

Log message:
	Get rid of some redundant stuff

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-private.h.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/memlock.c.diff?cvsroot=cluster&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/memlock.h.diff?cvsroot=cluster&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/xlate.h.diff?cvsroot=cluster&r1=1.1&r2=NONE


^ permalink raw reply	[flat|nested] 3+ messages in thread

* cluster/cman/daemon Makefile cnxman-private.h  ...
@ 2005-06-01 15:06 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2005-06-01 15:06 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-06-01 15:06:42

Modified files:
	cman/daemon    : Makefile cnxman-private.h cnxman.c cnxman.h 
	                 config.h daemon.c daemon.h logging.c 
	                 membership.c 
Added files:
	cman/daemon    : barrier.c barrier.h commands.c logging.h 
	                 membership.h 

Log message:
	move everything around!
	split cman into several files:
	
	cnxman.[ch]	Comms
	membership.[ch]	Membership thread
	commands.[ch]	Processes commands from libcman
	barrier.[ch]	Barrier code
	logging.[ch]	Logging
	daemon.[ch]	Daemon control. the select loop & messaging.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/barrier.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/barrier.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/membership.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-private.h.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman.c.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman.h.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/config.h.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.h.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.c.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/membership.c.diff?cvsroot=cluster&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* cluster/cman/daemon Makefile cnxman-private.h  ...
@ 2005-04-22 10:29 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2005-04-22 10:29 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-04-22 10:28:05

Modified files:
	cman/daemon    : Makefile cnxman-private.h config.c config.h 
	                 daemon.c logging.c membership.c 

Log message:
	Make debugging comfigurable without a recompile.
	Read config variables (those that were in /proc) from CCS.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-private.h.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/config.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/config.h.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/membership.c.diff?cvsroot=cluster&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-20 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-20 15:14 cluster/cman/daemon Makefile cnxman-private.h pcaulfield
  -- strict thread matches above, loose matches on Subject: below --
2005-06-01 15:06 pcaulfield
2005-04-22 10:29 pcaulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).