chiark / gitweb /
bus: add kdbus endpoint types
[elogind.git] / src / core / execute.h
index f31f0c9f27efba8eb9f5f1dd7ed7a73be6397e20..e3cebfd72cac165d7e0f1b0453b0473fe147fe6f 100644 (file)
@@ -41,6 +41,7 @@ typedef struct ExecParameters ExecParameters;
 #include "fdset.h"
 #include "missing.h"
 #include "namespace.h"
+#include "bus-endpoint.h"
 
 typedef enum ExecInput {
         EXEC_INPUT_NULL,
@@ -188,6 +189,9 @@ struct ExecContext {
         bool ioprio_set:1;
         bool cpu_sched_set:1;
         bool no_new_privileges_set:1;
+
+        /* custom dbus enpoint */
+        BusEndpoint *bus_endpoint;
 };
 
 #include "cgroup.h"