diff options
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 { |