From 1d4a9e7cb47178077e112f73bf6a60397f519497 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Oct 2016 20:31:05 -0400 Subject: driver: struct mdso_error_info: extend and refactor. --- include/mdso/mdso.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 9efda11..1cceb7b 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -58,12 +58,15 @@ struct mdso_input { }; struct mdso_error_info { - int syserror; - int liberror; - const char * function; - int line; - unsigned flags; - void * ctx; + const struct mdso_driver_ctx * edctx; + const struct mdso_unit_ctx * euctx; + const char * eunit; + int esyscode; + int elibcode; + const char * efunction; + int eline; + unsigned eflags; + void * eany; }; struct mdso_common_ctx { -- cgit v1.2.3