|
Lines 50-57
Link Here
|
| 50 |
* overwritten when linking with the slurmctld. |
50 |
* overwritten when linking with the slurmctld. |
| 51 |
*/ |
51 |
*/ |
| 52 |
#if defined (__APPLE__) |
52 |
#if defined (__APPLE__) |
|
|
53 |
extern List job_list __attribute__((weak_import)); |
| 53 |
extern int slurmctld_tres_cnt __attribute__((weak_import)); |
54 |
extern int slurmctld_tres_cnt __attribute__((weak_import)); |
| 54 |
#else |
55 |
#else |
|
|
56 |
List job_list = NULL; |
| 55 |
int slurmctld_tres_cnt = 0; |
57 |
int slurmctld_tres_cnt = 0; |
| 56 |
#endif |
58 |
#endif |