fixup! refactor: move executor function into it's own file
This commit is contained in:
7
include/executor.h
Normal file
7
include/executor.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef SCI_EXECUTOR_H
|
||||
#define SCI_EXECUTOR_H
|
||||
|
||||
void executor(void* pipeline_event);
|
||||
void set_logdir(const char* logdir);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user