Skip to content
Snippets Groups Projects
Commit 30b93918 authored by Moe Jette's avatar Moe Jette
Browse files

Fix a couple of too long lines.

parent 66e91e56
No related branches found
No related tags found
No related merge requests found
......@@ -145,9 +145,9 @@ typedef enum {
CREDENTIAL1
} slurm_credential_type_t;
/******************************************************************************
/*****************************************************************************\
* core api configuration struct
******************************************************************************/
\*****************************************************************************/
typedef struct slurm_protocol_config {
slurm_addr primary_controller;
slurm_addr secondary_controller;
......@@ -182,9 +182,9 @@ typedef struct slurm_msg {
} slurm_msg_t;
/*****************************************************************************
/*****************************************************************************\
* Slurm Protocol Data Structures
*****************************************************************************/
\*****************************************************************************/
typedef struct job_step_id {
time_t last_update;
uint32_t job_id;
......@@ -319,9 +319,9 @@ typedef struct batch_job_launch_msg {
* name=value pairs, one per line */
} batch_job_launch_msg_t;
/****************************************************************************
/*****************************************************************************\
* Slurm API Message Types
****************************************************************************/
\*****************************************************************************/
typedef struct slurm_node_registration_status_msg {
uint32_t timestamp;
char *node_name;
......
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