diff options
Diffstat (limited to 'src/rototiller.h')
-rw-r--r-- | src/rototiller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rototiller.h b/src/rototiller.h index ca2559a..e60eece 100644 --- a/src/rototiller.h +++ b/src/rototiller.h @@ -11,7 +11,7 @@ typedef struct settings_t settings; typedef struct setting_desc_t setting_desc_t; typedef struct rototiller_module_t { - void * (*create_context)(void); + void * (*create_context)(unsigned n_cpus); void (*destroy_context)(void *context); void (*prepare_frame)(void *context, unsigned n_cpus, fb_fragment_t *fragment, rototiller_fragmenter_t *res_fragmenter); void (*render_fragment)(void *context, fb_fragment_t *fragment); |