summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-08-19 21:20:12 +0000
committermidipix <writeonce@midipix.org>2024-08-19 21:43:30 +0000
commit4471476c8c75192b44ff37f1d4d08fd111ef6d05 (patch)
tree63088e3dedf03d656f0181906a1f45386979e6f4 /src/internal
parent41736e9019c8bcf3fc45f042759182ea2c2d28bb (diff)
downloadptycon-4471476c8c75192b44ff37f1d4d08fd111ef6d05.tar.bz2
ptycon-4471476c8c75192b44ff37f1d4d08fd111ef6d05.tar.xz
daemon: utilize the framework's ipc object directories.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ptycon_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h
index 1037894..3853751 100644
--- a/src/internal/ptycon_driver_impl.h
+++ b/src/internal/ptycon_driver_impl.h
@@ -61,6 +61,8 @@ struct ptyc_driver_ctx_impl {
struct ptyc_loop_ctx lctx;
struct ptyc_common_ctx cctx;
struct ptyc_driver_ctx ctx;
+ void * hntpipc;
+ void * hpidmap;
};
static inline struct ptyc_driver_ctx_impl * ptyc_get_driver_ictx(struct ptyc_driver_ctx * dctx)