Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
935ef6fe
Commit
935ef6fe
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
update some comments
parent
81bbf02e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/slurmdbd/proc_req.c
+3
-3
3 additions, 3 deletions
src/slurmdbd/proc_req.c
with
3 additions
and
3 deletions
src/slurmdbd/proc_req.c
+
3
−
3
View file @
935ef6fe
...
...
@@ -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 m
ust have
:
* Outgoing m
essage 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);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment