jhammond / xltop

continuous Lustre load monitor
GNU General Public License v2.0
21 stars 7 forks source link

Fixed uninitialized pointer to struct (caused GCC to throws an error … #3

Closed mtds closed 8 years ago

mtds commented 8 years ago

Forcing a pointer to a 'clus_node' struct to NULL (avoid GCC to throws an error while compiling xltop.

(Refers to https://github.com/jhammond/xltop/issues/2)