[Linux-cluster] cluster service development - question

Lon Hohberger lhh at redhat.com
Tue Oct 4 16:40:54 UTC 2005


On Tue, 2005-10-04 at 17:50 +0200, Christian Niessner wrote:
> hi,
> 
> i'm currently developing a cluster service for the cluster release 
> 1.00.00. It's using libmagma for messaging and node membership 
> maintainance, and these parts work really well.. But i also have to
> maintain a list of all configured nodes.
> 
> What is the 'best practice' to get this list? (Node id and name would be
> fine...) It doesn't seem do be possible with libmagma...

Sure it is.

cluster_member_list_t *mlist;

mlist = clu_member_list();


-- Lon





More information about the Linux-cluster mailing list