From ec8352c6ae97a0c0b75ad8bcdd5b0cb156f753e7 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Wed, 24 May 2023 13:41:30 +0200 Subject: [PATCH] Add `vendor` API endpoint --- connection.capnp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/connection.capnp b/connection.capnp index bdc3e2f..58f9084 100644 --- a/connection.capnp +++ b/connection.capnp @@ -43,4 +43,7 @@ struct Session { machineSystem @0 : MachineSystem; userSystem @1 : UserSystem; permissionSystem @2 : PermissionSystem; + + vendor @3 :AnyPointer; + # Vendor-specific APIs outside the normal API stability }