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

added back an enum for 1.3 to still talk to the 1.4 slurmdbd

parent eb86d002
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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