aboutsummaryrefslogtreecommitdiff
path: root/src/include/rmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rmodule.h')
-rw-r--r--src/include/rmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index a2612d1110..c0c062cf80 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -55,6 +55,7 @@ struct prog;
struct rmod_stage_load {
uint32_t cbmem_id;
struct prog *prog;
+ void *params;
};
/* Both of the following functions return 0 on success, -1 on error. */