View | Details | Raw Unified | Return to ticket 10531
Collapse All | Expand All

(-)a/src/slurmd/slurmd/req.c (-2 / +1 lines)
Lines 4057-4063 void file_bcast_purge(void) Link Here
4057
4057
4058
static void _rpc_file_bcast(slurm_msg_t *msg)
4058
static void _rpc_file_bcast(slurm_msg_t *msg)
4059
{
4059
{
4060
	int rc;
4060
	int rc = SLURM_SUCCESS;
4061
	int64_t offset, inx;
4061
	int64_t offset, inx;
4062
	sbcast_cred_arg_t *cred_arg;
4062
	sbcast_cred_arg_t *cred_arg;
4063
	file_bcast_info_t *file_info;
4063
	file_bcast_info_t *file_info;
4064
- 

Return to ticket 10531