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

moved flag to correct location

parent 60995d4e
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,8 @@ typedef enum {
* the default */
#define SLURMDB_PURGE_ARCHIVE 0x00080000 /* Archive before purge */
/* Parent account should be used when calculating FairShare */
#define SLURMDB_FS_USE_PARENT 0x7FFFFFFF
#define SLURMDB_CLASSIFIED_FLAG 0x0100
#define SLURMDB_CLASS_BASE 0x00ff
......
......@@ -52,9 +52,6 @@
#define SLURMDB_PURGE_IN_MONTHS(_X) \
(_X & SLURMDB_PURGE_MONTHS)
/* Parent account should be used when calculating FairShare */
#define SLURMDB_FS_USE_PARENT 0x7FFFFFFF
extern slurmdb_step_rec_t *slurmdb_create_step_rec();
extern slurmdb_job_rec_t *slurmdb_create_job_rec();
......
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