aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage.h
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-12-26 12:08:58 +0100
committerEgor Tensin <egor@tensin.name>2024-12-26 12:08:58 +0100
commit9f40d20e1c97e2c85e26a6a13ccf04e60d9f83f5 (patch)
treeb5a1c96518c96974e53a70e02d4e684efc198bed /src/storage.h
parentupdate DEVELOPMENT.md (diff)
downloadcimple-9f40d20e1c97e2c85e26a6a13ccf04e60d9f83f5.tar.gz
cimple-9f40d20e1c97e2c85e26a6a13ccf04e60d9f83f5.zip
process: proc_ -> process_HEADmaster
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h
index c50444d..01ec25a 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -36,7 +36,7 @@ int storage_create(struct storage *, const struct storage_settings *);
void storage_destroy(struct storage *);
int storage_run_create(struct storage *, const char *repo_url, const char *rev);
-int storage_run_finished(struct storage *, int run_id, const struct proc_output *);
+int storage_run_finished(struct storage *, int run_id, const struct process_output *);
int storage_get_runs(struct storage *, struct run_queue *);
int storage_get_run_queue(struct storage *, struct run_queue *);