fix: slightly better trigger dir management

This commit is contained in:
2024-08-31 08:27:07 +02:00
parent fa6ec315c8
commit 4ba2362f5c
3 changed files with 24 additions and 23 deletions

View File

@ -38,6 +38,7 @@ typedef struct {
// create a new pipeline_conf struct instance based on a configuration line.
optional_pipeline_conf pipeline_create(const char* config_line);
void pipeline_destroy(pipeline_conf* conf);
void pipeline_register(pthread_t thread);
void pipeline_loop();