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

revert back to previous id numbers

parent 3ae38af8
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
*/
const char plugin_name[] = "Priority BASIC plugin";
const char plugin_type[] = "priority/basic";
const uint32_t plugin_version = 101;
const uint32_t plugin_version = 100;
/*
* init() is called when the plugin is loaded, before any other functions
......
......@@ -132,7 +132,7 @@ slurm_ctl_conf_t slurmctld_conf;
*/
const char plugin_name[] = "Priority MULTIFACTOR plugin";
const char plugin_type[] = "priority/multifactor";
const uint32_t plugin_version = 101;
const uint32_t plugin_version = 100;
static pthread_t decay_handler_thread;
static pthread_t cleanup_handler_thread;
......
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