09_job_info_alloc_void.diff patch from Geritt:
select: make argument of select_p_select_jobinfo_alloc() consistent This explicitly declares the argument list of select_p_select_jobinfo_alloc() to be 'void', to avoid misinterpreting it as an old-style definition: * node_select.h already defines select_g_select_jobinfo_alloc(void); * the cons_res variant erroneously specified 'select_jobinfo_t *jobinfo'; * explicit argument list makes bug tracking easier.
Showing
- src/common/node_select.c 1 addition, 1 deletionsrc/common/node_select.c
- src/common/node_select.h 1 addition, 1 deletionsrc/common/node_select.h
- src/plugins/select/bgq/select_bgq.cc 1 addition, 1 deletionsrc/plugins/select/bgq/select_bgq.cc
- src/plugins/select/bluegene/plugin/select_bluegene.c 1 addition, 1 deletionsrc/plugins/select/bluegene/plugin/select_bluegene.c
- src/plugins/select/cons_res/select_cons_res.c 1 addition, 1 deletionsrc/plugins/select/cons_res/select_cons_res.c
- src/plugins/select/cray/other_select.c 1 addition, 1 deletionsrc/plugins/select/cray/other_select.c
- src/plugins/select/cray/select_cray.c 1 addition, 1 deletionsrc/plugins/select/cray/select_cray.c
- src/plugins/select/linear/select_linear.c 1 addition, 1 deletionsrc/plugins/select/linear/select_linear.c
Loading
Please register or sign in to comment