From d881b6e81e20267c192f6c05c628eecd061b0f42 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 17 Jul 2016 04:35:19 -0400 Subject: driver: added --sysroot support. --- include/ptycon/ptycon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 78282cf..0add151 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -60,6 +60,8 @@ struct ptyc_common_ctx { uint64_t fmtflags; nt_pty * hpts; nt_pty * hptm; + void * hroot; + const char * sysroot; char ** catv; char ** eargv; }; -- cgit v1.2.3