X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=9f2b6fd39e334111c3996ba43cc4449c963c1212;hp=6fd5a6e5ce783c8af77da40e63e91a5764b964f7;hb=915e6d1676cf73c4f927f3bbfa21ee82640b1832;hpb=2eedfd2d8b3441e8cf6dae4bdc9afaefbda19c39 diff --git a/src/core/execute.h b/src/core/execute.h index 6fd5a6e5ce7..9f2b6fd39e3 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -106,7 +106,7 @@ struct ExecContext { char **pass_environment; struct rlimit *rlimit[_RLIMIT_MAX]; - char *working_directory, *root_directory; + char *working_directory, *root_directory, *root_image; bool working_directory_missing_ok; bool working_directory_home;