diff options
author | Andrew Stone <a@stne.dev> | 2021-11-11 22:45:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-23 09:44:35 +0100 |
commit | 7c5cef22115c1898cce8d501d912e2685c83e16e (patch) | |
tree | 1c9104060060327a70d8210965e211327e5dc8ac /src/core/automount.h | |
parent | Merge pull request #21470 from poettering/resolved-250-fixes (diff) | |
download | systemd-7c5cef22115c1898cce8d501d912e2685c83e16e.tar.xz systemd-7c5cef22115c1898cce8d501d912e2685c83e16e.zip |
core/automount: Add ExtraOptions field
Diffstat (limited to 'src/core/automount.h')
-rw-r--r-- | src/core/automount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/automount.h b/src/core/automount.h index 4b0c633b79..684f2759a6 100644 --- a/src/core/automount.h +++ b/src/core/automount.h @@ -22,6 +22,7 @@ struct Automount { AutomountState state, deserialized_state; char *where; + char *extra_options; usec_t timeout_idle_usec; int pipe_fd; |