diff options
author | midipix <writeonce@midipix.org> | 2016-10-23 23:51:20 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:49 -0500 |
commit | 51430e224464219f5b0bb94465eb9a3e2930cabd (patch) | |
tree | 22ff7d5dfc4c1a3527eeaa3e4b95f2d794c0e42d /include | |
parent | 62fec76c0ad272943d16867c4084134f82f9157a (diff) | |
download | mdso-51430e224464219f5b0bb94465eb9a3e2930cabd.tar.bz2 mdso-51430e224464219f5b0bb94465eb9a3e2930cabd.tar.xz |
mdso_map_input(): added error trace support.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |