Skip to content

Commit

Permalink
vine_status bugfix (#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinthomas-z80 authored Sep 28, 2023
1 parent 531fa81 commit f6929f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/tools/vine_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ int do_catalog_query(const char *project_name, struct jx_table *headers, time_t
int do_direct_query( const char *manager_host, int manager_port, time_t stoptime )
{
static struct jx_table *query_headers[] = { [QUERY_QUEUE] = queue_headers, task_headers, worker_headers, workers_able_headers, manager_resource_headers };
static const char * query_strings[] = { [QUERY_QUEUE] = "queue","task","worker", "wable", "resources"};
static const char * query_strings[] = { [QUERY_QUEUE] = "manager","task","worker", "wable", "resources"};

struct jx_table *query_header = query_headers[query_mode];
const char * query_string = query_strings[query_mode];
Expand Down

0 comments on commit f6929f6

Please sign in to comment.