From 51430e224464219f5b0bb94465eb9a3e2930cabd Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 23 Oct 2016 23:51:20 -0400 Subject: mdso_map_input(): added error trace support. --- include/mdso/mdso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 4d770de..bd5c29f 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -107,7 +107,7 @@ mdso_api void mdso_free_driver_ctx (struct mdso_driver_ctx *); mdso_api int mdso_get_unit_ctx (const struct mdso_driver_ctx *, const char * path, struct mdso_unit_ctx **); mdso_api void mdso_free_unit_ctx (struct mdso_unit_ctx *); -mdso_api int mdso_map_input (int fd, const char * path, int prot, struct mdso_input *); +mdso_api int mdso_map_input (const struct mdso_driver_ctx *, int fd, const char * path, int prot, struct mdso_input *); mdso_api int mdso_unmap_input (struct mdso_input *); /* utility api */ -- cgit v1.2.3