#ifndef SCI_EXECUTOR_H #define SCI_EXECUTOR_H void executor(void* pipeline_event); void set_logdir(const char* logdir); #endif