From 1a2e481966ae92a066038a08246018c98ecd5c2f Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Thu, 18 Feb 2016 14:14:54 -0800 Subject: [PATCH] Fix minor regression from commit c6771b1e6. --- src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c b/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c index c803d82d0ee..3af815d8136 100644 --- a/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c +++ b/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c @@ -83,6 +83,8 @@ enum { GET_POWER }; +extern void acct_gather_energy_p_conf_set(s_p_hashtbl_t *tbl); + static uint32_t _get_latest_stats(int type) { uint32_t data = 0; -- GitLab