From 25a5dfbc20440fe0764790b44ffc8e1e1c16f1a3 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Wed, 19 Sep 2007 18:44:57 +0000 Subject: [PATCH] added load and unload parts of the plugin --- src/common/slurm_jobacct_storage.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/slurm_jobacct_storage.h b/src/common/slurm_jobacct_storage.h index 809620ae996..1720870926c 100644 --- a/src/common/slurm_jobacct_storage.h +++ b/src/common/slurm_jobacct_storage.h @@ -45,6 +45,8 @@ #include <slurm/slurm.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 * order -- GitLab