diff options
author | midipix <writeonce@midipix.org> | 2015-12-23 22:12:14 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:31 -0500 |
commit | db486471613b80f756a26578f6015a690dc8212f (patch) | |
tree | 1a505b16bd2365db102ad1220c2661888e2a7afd /src/internal | |
parent | cfa298f7f4637201610624b86d03dd209de0034a (diff) | |
download | mdso-db486471613b80f756a26578f6015a690dc8212f.tar.bz2 mdso-db486471613b80f756a26578f6015a690dc8212f.tar.xz |
driver: added driver-level handling of stdin.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 1 |
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 { |