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

Remove vestigial structure.

parent fd62c665
No related branches found
No related tags found
No related merge requests found
...@@ -552,20 +552,6 @@ typedef struct resource_allocation_response_msg { ...@@ -552,20 +552,6 @@ typedef struct resource_allocation_response_msg {
* use select_g_get_jobinfo() to access conents */ * use select_g_get_jobinfo() to access conents */
} resource_allocation_response_msg_t; } resource_allocation_response_msg_t;
typedef struct resource_allocation_and_run_response_msg {
uint32_t job_id; /* assigned job id */
char *node_list; /* assigned list of nodes */
uint16_t num_cpu_groups;/* elements in below cpu arrays */
uint32_t *cpus_per_node;/* cpus per node */
uint32_t *cpu_count_reps;/* how many nodes have same cpu count */
uint16_t node_cnt; /* count of nodes */
slurm_addr *node_addr; /* network addresses */
uint32_t job_step_id; /* assigned step id */
slurm_cred_t cred; /* slurm job credential */
switch_jobinfo_t switch_job; /* switch context, opaque data type */
} resource_allocation_and_run_response_msg_t;
typedef struct partition_info_msg { typedef struct partition_info_msg {
time_t last_update; /* time of latest info */ time_t last_update; /* time of latest info */
uint32_t record_count; /* number of records */ uint32_t record_count; /* number of records */
......
...@@ -89,7 +89,6 @@ ...@@ -89,7 +89,6 @@
typedef resource_allocation_response_msg_t allocation_resp; typedef resource_allocation_response_msg_t allocation_resp;
typedef resource_allocation_and_run_response_msg_t alloc_run_resp;
/* /*
* forward declaration of static funcs * forward declaration of static funcs
......
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