citus/src/include/distributed/multi_task_tracker_executor.h

9 lines
178 B
C

#ifndef MULTI_TASK_TRACKER_EXECUTOR_H
#define MULTI_TASK_TRACKER_EXECUTOR_H
extern List * TaskAndExecutionList(List *jobTaskList);
#endif /* MULTI_TASK_TRACKER_EXECUTOR_H */