Skip to content
Snippets Groups Projects
Commit 3ec29bc7 authored by tewk's avatar tewk
Browse files

added set_slurm_address_htons prototype

parent f5b856fc
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,5 @@
#include <stdint.h>
uint32_t check_header_version( header_t * header) ;
void init_header ( header_t * header , slurm_message_type_t message_type , uint16_t flags ) ;
void set_slurm_addr_hton ( slurm_addr * slurm_address , uint16_t port , uint32_t ip_address ) ;
#endif
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