From f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 14 Nov 2016 14:35:37 -0500 Subject: libary api: pre-alpha: code maintenance: removed struct pe_io_ctx. --- include/perk/perk.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index de846da..8c6711e 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -112,19 +112,6 @@ struct pe_image_meta { struct pe_meta_sec_hdr * hidata; }; -struct pe_io_ctx { - int status; - int prot; - int mode; - int fdin; - int fdout; - int fderr; - int fdlog; - int fdsrc; - int fddst; - int fdtmp; -}; - struct pe_error_info { const struct pe_driver_ctx * edctx; const struct pe_unit_ctx * euctx; @@ -141,7 +128,6 @@ struct pe_common_ctx { uint64_t drvflags; uint64_t actflags; uint64_t fmtflags; - uint64_t lnkflags; const char * output; const char * srcdir; const char * dstdir; @@ -150,7 +136,6 @@ struct pe_common_ctx { const struct pe_output_ctx * outctx; const struct pe_linker_ctx * lnkctx; const struct pe_server_ctx * srvctx; - const struct pe_io_ctx * ioctx; }; struct pe_driver_ctx { -- cgit v1.2.3