Skip to content
Snippets Groups Projects
Commit d24b1351 authored by Moe Jette's avatar Moe Jette
Browse files

Correct some misleading comments (copied from other header).

parent 08169fef
No related branches found
No related tags found
No related merge requests found
...@@ -51,17 +51,15 @@ ...@@ -51,17 +51,15 @@
* <application>/<method> * <application>/<method>
* *
* where <application> is a description of the intended application of * where <application> is a description of the intended application of
* the plugin (e.g., "jobcomp" for SLURM job completion logging) and <method> * the plugin (e.g., "switch" for SLURM switch) and <method> is a description
* is a description of how this plugin satisfies that application. SLURM will * of how this plugin satisfies that application. SLURM will only load
* only load job completion logging plugins if the plugin_type string has a * a switch plugin if the plugin_type string has a prefix of "switch/".
* prefix of "jobcomp/".
* *
* plugin_version - an unsigned 32-bit integer giving the version number * plugin_version - an unsigned 32-bit integer giving the version number
* of the plugin. If major and minor revisions are desired, the major * of the plugin. If major and minor revisions are desired, the major
* version number may be multiplied by a suitable magnitude constant such * version number may be multiplied by a suitable magnitude constant such
* as 100 or 1000. Various SLURM versions will likely require a certain * as 100 or 1000. Various SLURM versions will likely require a certain
* minimum versions for their plugins as the job completion logging API * minimum versions for their plugins as this API matures.
* matures.
*/ */
const char plugin_name[] = "switch NONE plugin"; const char plugin_name[] = "switch NONE plugin";
const char plugin_type[] = "switch/none"; const char plugin_type[] = "switch/none";
......
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