From 3914f7e01bc34e2b5904d7911e2b3ab9c01a9610 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Fri, 8 Sep 2006 21:00:07 +0000 Subject: [PATCH] more documentation --- src/common/slurm_protocol_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/slurm_protocol_api.c b/src/common/slurm_protocol_api.c index 47ff7639b88..78ebfd2c6f9 100644 --- a/src/common/slurm_protocol_api.c +++ b/src/common/slurm_protocol_api.c @@ -730,6 +730,7 @@ int slurm_close_accepted_conn(slurm_fd open_fd) * and list_destroy function. * IN open_fd - file descriptor to receive msg on * IN/OUT msg - a slurm_msg struct to be filled in by the function + * we use the orig_addr from this var for forwarding. * IN timeout - how long to wait in milliseconds * RET List - List containing the responses of the childern (if any) we * forwarded the message to. List containing type (ret_types_t). -- GitLab