/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* 61haes_r721 src/43haes/lib/libclres/cldiscovernode.cre 1.3             */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* Restricted Materials of IBM                                            */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2003,2016              */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/* @(#)73	1.3 src/43haes/lib/libclres/cldiscovernode.cre, hacmp.libcluster, 61haes_r721, 1618A_hacmp721 5/2/16 12:46:06  */

/* HACMPdiscovernode ODM serves as the interface between cl*clstr and
   the clcommd daemon.
   It is installed in /usr/es/sbin/cluster/etc/config
*/
class HACMPdiscovernode {
	char name[129];
	char communication_path[1024];
};