X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=9c1f249cd4a59e5ddb655ae85e3f4f2945b08cee;hp=e3cebfd72cac165d7e0f1b0453b0473fe147fe6f;hb=e44da745d19b9e02e67e32ea82c3bad86175120c;hpb=060e088e94852cbe166592429c330e3997c21c4c diff --git a/src/core/execute.h b/src/core/execute.h index e3cebfd72..9c1f249cd 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -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,