Skip to content
Snippets Groups Projects
Commit a7699ba4 authored by Thomas Opfer's avatar Thomas Opfer Committed by Tim Wickberg
Browse files

Add s_p_get_uint64 to slurm_xlator.h to fix programs linking against libslurm.

Symbol required for read_slurm_cgroup_conf() call to work.

Bug 3550.
parent d6f5438e
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ documents those changes that are of interest to users and administrators.
-- Improve the srun documentation for the --resv-ports option.
-- burst_buffer/cray - Fix parsing for discontinuous allocated nodes. A job
allocation of "20,22" must be expressed as "20\n22".
-- Fix pam_slurm_adopt.so (and other external code linked against libslurm)
by exporting adding s_p_get_uint64 to slurm_xlator.h.
* Changes in Slurm 17.02.1-2
============================
......
......@@ -387,6 +387,7 @@
#define s_p_get_long slurm_s_p_get_long
#define s_p_get_uint16 slurm_s_p_get_uint16
#define s_p_get_uint32 slurm_s_p_get_uint32
#define s_p_get_uint64 slurm_s_p_get_uint64
#define s_p_get_pointer slurm_s_p_get_pointer
#define s_p_get_array slurm_s_p_get_array
#define s_p_get_boolean slurm_s_p_get_boolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment