Skip to content

Commit

Permalink
fix declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tphung3 committed Nov 1, 2024
1 parent eac450e commit 47ecf7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskvine/src/manager/vine_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ See the file COPYING for details.
#include <string.h>
#include <unistd.h>

void vine_task_set_function_exec_mode(struct vine_task *t, vine_task_func_exec_mode_t exec_mode);

struct vine_task *vine_task_create(const char *command_line)
{
struct vine_task *t = malloc(sizeof(*t));
Expand Down

0 comments on commit 47ecf7e

Please sign in to comment.