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

added load and unload parts of the plugin

parent 95649816
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
#include <slurm/slurm.h> #include <slurm/slurm.h>
#include <slurm/slurm_errno.h> #include <slurm/slurm_errno.h>
extern int slurm_jobacct_storage_init(void); /* load the plugin */
extern int slurm_jobacct_storage_fini(void); /* unload the plugin */
/* /*
* Initialize the storage make sure tables are created and in working * Initialize the storage make sure tables are created and in working
* order * order
......
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