biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / computing / slurm-spank-x11 / hostlist.patch
blobc60bab236ceac80547dae3103aeafaa9634197ac
1 diff --git a/slurm-spank-x11-plug.c b/slurm-spank-x11-plug.c
2 index bef6c14..7cb77c4 100644
3 --- a/slurm-spank-x11-plug.c
4 +++ b/slurm-spank-x11-plug.c
5 @@ -608,7 +608,7 @@ int _connect_node (char* node,uint32_t jobid,uint32_t stepid)
6 int _x11_connect_nodes (char* nodes,uint32_t jobid,uint32_t stepid)
8 char* host;
9 - hostlist_t hlist;
10 + hostlist_t *hlist;
11 int n=0;
12 int i;