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

Minor reformatting of extern definitions.

parent a99fec24
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,10 @@ static double decay_factor = 1; /* The decay factor when decaying time. */
/* variables defined in prirority_multifactor.h */
bool priority_debug = 0;
extern void priority_p_set_assoc_usage(slurmdb_association_rec_t *assoc);
extern double priority_p_calc_fs_factor(long double usage_efctv,
long double shares_norm);
/*
* apply decay factor to all associations usage_raw
* IN: real_decay - decay to be applied to each associations' used
......
......@@ -51,19 +51,14 @@
#include "src/slurmctld/locks.h"
extern void priority_p_set_assoc_usage(slurmdb_association_rec_t *assoc);
extern double priority_p_calc_fs_factor(long double usage_efctv,
long double shares_norm);
extern bool decay_apply_new_usage(struct job_record *job_ptr,
time_t *start_time_ptr);
extern void set_priority_factors(time_t start_time, struct job_record *job_ptr);
extern void decay_apply_weighted_factors(struct job_record *job_ptr,
time_t *start_time_ptr);
extern void set_priority_factors(time_t start_time, struct job_record *job_ptr);
extern bool priority_debug;
#endif
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