From 935ef6fe36198b3a91ff1062b8ffd9ee40e9700e Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 14 Mar 2008 23:29:41 +0000 Subject: [PATCH] update some comments --- src/slurmdbd/proc_req.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slurmdbd/proc_req.c b/src/slurmdbd/proc_req.c index bdc4bcabb76..5753f614d7b 100644 --- a/src/slurmdbd/proc_req.c +++ b/src/slurmdbd/proc_req.c @@ -594,7 +594,7 @@ static int _register_ctld(void *db_conn, slurm_fd orig_fd, * FIXME: save ip/port/cluster_name pair * when new ctld_address for a given cluster_name arrives * replace the old one. - * Outgoing must have: + * Outgoing message header must have flag set: * out_msg.flags = SLURM_GLOBAL_AUTH_KEY; */ #if 0 @@ -611,8 +611,8 @@ static int _register_ctld(void *db_conn, slurm_fd orig_fd, out_msg.msg_type = REQUEST_PING; out_msg.flags = SLURM_GLOBAL_AUTH_KEY; slurm_send_node_msg(fd, &out_msg); - /* We need to add matching recv_msg function - * for an arbitray fd */ + /* We probably need to add matching recv_msg function + * for an arbitray fd or should these be fire and forget? */ slurm_close_stream(fd); } } -- GitLab