Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128738
Collapse All | Expand All

(-)src/include/pbs_nodes.h.old (-1 / +1 lines)
Lines 193-199 Link Here
193
	ND_ATR_LAST	/* WARNING: Must be the highest valued enum */
193
	ND_ATR_LAST	/* WARNING: Must be the highest valued enum */
194
};
194
};
195
195
196
extern struct attribute_def  node_attr_def[];	/* node attributes defs */
196
extern struct attribute_def  *node_attr_def[];	/* node attributes defs */
197
extern	struct pbsnode	**pbsndmast;		/* array of ptr to nodes  */
197
extern	struct pbsnode	**pbsndmast;		/* array of ptr to nodes  */
198
extern	struct pbsnode	**pbsndlist;		/* array of ptr to nodes  */
198
extern	struct pbsnode	**pbsndlist;		/* array of ptr to nodes  */
199
extern  int		  svr_totnodes;		/* number of nodes (hosts) */
199
extern  int		  svr_totnodes;		/* number of nodes (hosts) */

Return to bug 128738