summaryrefslogtreecommitdiff
blob: fc810d0bf268534db1f93707bb6060a054112735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/include/attribute.h
+++ src/include/attribute.h
@@ -211,6 +211,8 @@
 };
 typedef struct attribute_def attribute_def;
 
+extern struct attribute_def  node_attr_def[];        /* node attributes defs */
+
 /* Defines for type of Attribute based on data type 			*/
 
 #define ATR_TYPE_LONG    1	/* Long integer, also Boolean */
--- src/include/pbs_nodes.h
+++ src/include/pbs_nodes.h
@@ -196,7 +194,7 @@
 	ND_ATR_LAST	/* WARNING: Must be the highest valued enum */
 };
 
-extern struct attribute_def  node_attr_def[];	/* node attributes defs */
+/* extern struct attribute_def  node_attr_def[];	*/ /* node attributes defs */
 extern	struct pbsnode	**pbsndmast;		/* array of ptr to nodes  */
 extern	struct pbsnode	**pbsndlist;		/* array of ptr to nodes  */
 extern  int		  svr_totnodes;		/* number of nodes (hosts) */