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

Moved update_partition over to new comm layer

parent 93e5a67b
No related branches found
No related tags found
No related merge requests found
...@@ -250,6 +250,8 @@ struct part_table { ...@@ -250,6 +250,8 @@ struct part_table {
start_range_1, end_range_1, start_range_2, .., -1 */ start_range_1, end_range_1, start_range_2, .., -1 */
char *allow_groups; /* comma delimited list of groups, null indicates all */ char *allow_groups; /* comma delimited list of groups, null indicates all */
} ; } ;
typedef struct part_table partition_desc_t ;
typedef struct part_table partition_desc_msg_t ;
typedef struct part_table partition_table_t ; typedef struct part_table partition_table_t ;
typedef struct part_table partition_table_msg_t ; typedef struct part_table partition_table_msg_t ;
......
...@@ -25,4 +25,7 @@ ...@@ -25,4 +25,7 @@
#define ESLURM_TOO_MANY_REQUESTED_CPUS -2005 #define ESLURM_TOO_MANY_REQUESTED_CPUS -2005
#define ESLURM_TOO_MANY_REQUESTED_NODES -2006 #define ESLURM_TOO_MANY_REQUESTED_NODES -2006
#define ESLURM_ERROR_ON_DESC_TO_RECORD_COPY -2007 #define ESLURM_ERROR_ON_DESC_TO_RECORD_COPY -2007
/* partition_mgr.c/update_part */
#define ESLURM_PROTOCOL_INVALID_PARTITION_NAME -2101
#endif #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