diff options
author | midipix <writeonce@midipix.org> | 2016-11-14 14:35:37 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-14 14:39:32 -0500 |
commit | f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec (patch) | |
tree | 87b8df2c2068e5e4f0fea4d125f787caf4ae934e /include | |
parent | 5a5fa5cd283d214bedb92130f2807abe64643f16 (diff) | |
download | perk-f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec.tar.bz2 perk-f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec.tar.xz |
libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 { |