From db486471613b80f756a26578f6015a690dc8212f Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 23 Dec 2015 22:12:14 -0500 Subject: driver: added driver-level handling of stdin. --- src/internal/mdso_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/mdso_driver_impl.h') 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 { -- cgit v1.2.3