Commit 46475f00 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Remove slurmctld_comm_addr_t struct.

This is only used to define the slurmctld_comm_addr symbol in allocate.h.
Variable definitions do not belong in headers. Rather than relocate the
struct declaration, replace the struct which only holds a single port number
with a static variable serving the same purpose in allocate.c, and the
extern in this same location so srun.c can find it as well.
parent 2c68a89a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment