- May 24, 2002
- May 23, 2002
-
-
Mark Grondona authored
-
tewk authored
-
tewk authored
renamed set_slurm_addr_hton to slurm_set_addr_uint
-
Moe Jette authored
-
tewk authored
-
tewk authored
adjusted arithmetic for packing wrapper routines
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
slurmctld.h and api/slurm.h respectively.
-
Mark Grondona authored
most of the stuff in these files did not belong in common, it has been moved elsewhere.
-
Mark Grondona authored
-
Mark Grondona authored
these are the slurmctld-specific portions of what used to be src/common/bits_bytes.h
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
what used to be src/common/bits_bytes.c
-
Mark Grondona authored
-
- May 22, 2002
-
-
tewk authored
-
tewk authored
-
tewk authored
-
tewk authored
-
tewk authored
added pad to slurm_addr type char pad[16 - sizeof ( int16_t ) - sizeof (uint16_t) - sizeof (uint32_t) ] ; explictly defined IPPROTO_XXX in socket() call
-
tewk authored
-
Mark Grondona authored
-
tewk authored
-
tewk authored
changed sizeof ( slurm_address ) to sizeof ( slurm_addr ) the size of the data type, not the size of the pointer pointing to the datatype
-
Mark Grondona authored
-
tewk authored
-
tewk authored
how about using log4c
-
tewk authored
changed variable type ssize_t in slurm_protocol_api.c to size_t changed variable type ssize_t in slurm_protocol_api.h to size_t
-
tewk authored
-
tewk authored
fixed added set_slurm_addres_hton to slurm_protocol_util.c
-
tewk authored
had a return type of slurm_fd
-
- May 21, 2002
-
-
jce authored
-
jce authored
-
tewk authored
Much has changed during development, changes to follow.
-
tewk authored
slurm_protocol_api.c contains the programers interface. slurm_protocol_interface.h defines the lower layer interface. slurm_protocol_pack.c packs messages. slurm_protocol_util.c contains utility functions used by the protocol
-