I'm in the middle of creating a new/modified preempt plugin for 2.2.7* and am having trouble figuring out how to add and get a simple numeric config parameter. The closest things I see are in src/api/config_info.c, but they seem to apply only to variables that have been mapped from file to the config struct. What I'd like to do, ideally, is to have an optional parameter, PreemptUserOver that takes an integer value. I'm sure there's a way to do this without requiring Slurm changes outside of my custom preempt plugin, but can't puzzle it out.
Thanks in advance for any advice, Jeff Katcher *This is actually quite straightforward, thank you.
