Skip to content
Snippets Groups Projects
Commit a51f2be6 authored by Danny Auble's avatar Danny Auble
Browse files

Move THIS_FILE declaration to global place to be used by all instead of

just the accounting plugins.
parent 4dbfe53c
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,8 @@
#define IS_NODE_MAINT(_X) \
(_X->node_state & NODE_STATE_MAINT)
#define THIS_FILE ((strrchr(__FILE__, '/') ?: __FILE__ - 1) + 1)
/* used to define flags of the launch_tasks_request_msg_t and
* spawn task_request_msg_t task_flags
*/
......
......@@ -43,8 +43,6 @@
#include "src/common/assoc_mgr.h"
#define THIS_FILE ((strrchr(__FILE__, '/') ?: __FILE__ - 1) + 1)
extern int addto_update_list(List update_list, slurmdb_update_type_t type,
void *object);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment