Skip to content
Snippets Groups Projects
Commit e1252e32 authored by Danny Auble's avatar Danny Auble
Browse files

API_CURRENT can't be as large as 1312

parent 303fe64b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,12 @@ ...@@ -20,7 +20,12 @@
# In src/common/slurm_protocol_util.c check_header_version(), # In src/common/slurm_protocol_util.c check_header_version(),
# and _get_slurm_version() # and _get_slurm_version()
# need to be updated also when changes are added also. # need to be updated also when changes are added also.
#
# NOTE: The API version can not be the same as the Slurm version above. The
# version in the code is referenced as a uint16_t which if 1312 was the
# API_CURRENT it would go over the limit. So keep is a relatively
# small number.
## ##
API_CURRENT: 1312 API_CURRENT: 27
API_AGE: 0 API_AGE: 0
API_REVISION: 0 API_REVISION: 0
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