Commit c488c547 authored by Moe Jette's avatar Moe Jette
Browse files

Changed job_id to 32 bits per DPCS requirement. Jobs without job_id

specified at submit time start with a value of 1<<16 and DPCS uses
values 1 to 0xffffffff. This preclude effective use of a max job_id
in search function, which was able to quickly indicate that a job_id
requested by DPCS was not already in use. I added a job_id hash table
to restore quick job find operations.
Added check of packstr function to insure string would not go over
64k bytes, which is the limit for the protocol used.
parent 6eb7ccfe
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