Skip to content
Snippets Groups Projects
Commit 0d962a3e authored by jce's avatar jce
Browse files

*** empty log message ***

parent c8e0ecf7
No related branches found
No related tags found
No related merge requests found
...@@ -1341,7 +1341,7 @@ pack_all_jobs (char **buffer_ptr, int *buffer_size, time_t * update_time) ...@@ -1341,7 +1341,7 @@ pack_all_jobs (char **buffer_ptr, int *buffer_size, time_t * update_time)
* NOTE: the caller must insure that the buffer is sufficiently large to hold * NOTE: the caller must insure that the buffer is sufficiently large to hold
* the data being written (space remaining at least BUF_SIZE) * the data being written (space remaining at least BUF_SIZE)
*/ */
void void
pack_job (struct job_record *dump_job_ptr, void **buf_ptr, int *buf_len) pack_job (struct job_record *dump_job_ptr, void **buf_ptr, int *buf_len)
{ {
char tmp_str[MAX_STR_PACK]; char tmp_str[MAX_STR_PACK];
......
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