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 -- Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster