From cacd3e5f0c08e96e3bd7fbaebb3bbec3ec3751c1 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 26 Oct 2016 01:28:54 -0400 Subject: driver: struct slbt_error_info: extend and refactor. --- include/slibtool/slibtool.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 4aa2552..812efd3 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -160,12 +160,13 @@ struct slbt_version_info { }; struct slbt_error_info { - int syserror; - int liberror; - const char * function; - int line; - unsigned flags; - void * ctx; + const struct slbt_driver_ctx * edctx; + int esyscode; + int elibcode; + const char * efunction; + int eline; + unsigned eflags; + void * eany; }; struct slbt_host_params { -- cgit v1.2.3