From 02e778c04169c9c54f483fc19fb9fc779bd2a81d Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 4 Mar 2013 14:26:55 -0800
Subject: [PATCH] Document a function's arguments

---
 src/common/slurm_resource_info.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/common/slurm_resource_info.c b/src/common/slurm_resource_info.c
index 0c74c66ea4f..031a54382df 100644
--- a/src/common/slurm_resource_info.c
+++ b/src/common/slurm_resource_info.c
@@ -116,6 +116,8 @@ static bool _have_task_affinity(void)
  * IN/OUT threads    - Available thread count
  * IN alloc_cores    - Allocated cores (per socket) count to other jobs
  * IN cr_type        - Consumable Resource type
+ * IN job_id         - job ID
+ * IN name           - Node name
  *
  * Note: currently only used in the select/linear plugin.
  */
-- 
GitLab