chiark / gitweb /
service: hook up custom endpoint logic
[elogind.git] / src / core / execute.h
index e3cebfd72cac165d7e0f1b0453b0473fe147fe6f..9c1f249cd4a59e5ddb655ae85e3f4f2945b08cee 100644 (file)
@@ -210,6 +210,8 @@ struct ExecParameters {
         const char *unit_id;
         usec_t watchdog_usec;
         int *idle_pipe;
+        char *bus_endpoint_path;
+        int bus_endpoint_fd;
 };
 
 int exec_spawn(ExecCommand *command,