diff options
author | midipix <writeonce@midipix.org> | 2018-05-22 23:49:56 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-22 23:49:12 -0400 |
commit | 7deda55512cec1a0f039d816b5d8c7371c3fc308 (patch) | |
tree | 450952bb511841cd87307180a6e71d8ce2c4047b /src/internal | |
parent | db57dda7109c9ae4cace41fbb4b38e22287873a4 (diff) | |
download | ntux-7deda55512cec1a0f039d816b5d8c7371c3fc308.tar.bz2 ntux-7deda55512cec1a0f039d816b5d8c7371c3fc308.tar.xz |
driver: added --cmd={spawn|strace} support, support multiple option sets.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ntux_driver_impl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h index 38d10cc..3f7520f 100644 --- a/src/internal/ntux_driver_impl.h +++ b/src/internal/ntux_driver_impl.h @@ -11,8 +11,10 @@ #define NTUX_OPTV_ELEMENTS 64 -extern const struct argv_option ntux_default_options[]; -extern const ntapi_vtbl * ntux_ntapi; +extern const struct argv_option ntux_default_options[]; +extern const struct argv_option ntux_spawn_options[]; +extern const struct argv_option ntux_strace_options[]; +extern const struct _ntapi_vtbl * ntux_ntapi; #define ntapi ntux_ntapi |