summaryrefslogtreecommitdiffhomepage
path: root/src/internal/mdso_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-23 22:12:14 -0500
committermidipix <writeonce@midipix.org>2016-11-11 00:22:31 -0500
commitdb486471613b80f756a26578f6015a690dc8212f (patch)
tree1a505b16bd2365db102ad1220c2661888e2a7afd /src/internal/mdso_driver_impl.h
parentcfa298f7f4637201610624b86d03dd209de0034a (diff)
downloadmdso-db486471613b80f756a26578f6015a690dc8212f.tar.bz2
mdso-db486471613b80f756a26578f6015a690dc8212f.tar.xz
driver: added driver-level handling of stdin.
Diffstat (limited to 'src/internal/mdso_driver_impl.h')
-rw-r--r--src/internal/mdso_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index a3dd410..d7f134a 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -28,6 +28,7 @@ struct mdso_driver_ctx_impl {
struct mdso_driver_ctx ctx;
char * asmbase;
int fddst;
+ int fdtmpin;
};
struct mdso_unit_ctx_impl {