From 7deda55512cec1a0f039d816b5d8c7371c3fc308 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 22 May 2018 23:49:56 +0000 Subject: driver: added --cmd={spawn|strace} support, support multiple option sets. --- src/internal/ntux_driver_impl.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/internal') 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 -- cgit v1.2.3