Commit 00c729cc authored by Moe Jette's avatar Moe Jette
Browse files

Created README, basic build information.

Modified src/api functions to build without warnings, mostly unused
	variables that were declared.
Changed un/packstr into separate unpackstr_ptr and unpackstr_xmalloc,
	the first returns a pointer into the buffer, the second allocates
	memory and copies the string into it. Updated src/test/pack-test.c
	accordingly.
Converted integers in various job/node/partition structures into
	uint32_t for ease of passing across network with API.
parent 090ae9ab
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