From 9ea506a4af63139f141c601eddc3da1c76f218ca Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Thu, 6 Nov 2008 18:54:22 +0000 Subject: [PATCH] added back an enum for 1.3 to still talk to the 1.4 slurmdbd --- src/common/slurmdbd_defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/slurmdbd_defs.h b/src/common/slurmdbd_defs.h index 4a6316e880f..411e5f6f244 100644 --- a/src/common/slurmdbd_defs.h +++ b/src/common/slurmdbd_defs.h @@ -135,6 +135,9 @@ typedef enum { DBD_ROLL_USAGE, /* Roll up usage */ DBD_STEP_COMPLETE, /* Record step completion */ DBD_STEP_START, /* Record step starting */ + DBD_UPDATE_SHARES_USED, /* Doesn't do anything but + * needs to be here for + * history sake */ DBD_GET_JOBS_COND, /* Get job information with a condition */ DBD_GET_TXN, /* Get transaction information */ DBD_GOT_TXN, /* Got transaction information */ -- GitLab