summaryrefslogtreecommitdiff
path: root/src/core/automount.h
diff options
context:
space:
mode:
authorAndrew Stone <a@stne.dev>2021-11-11 13:45:47 -0800
committerLennart Poettering <lennart@poettering.net>2021-11-23 09:44:35 +0100
commit7c5cef22115c1898cce8d501d912e2685c83e16e (patch)
tree1c9104060060327a70d8210965e211327e5dc8ac /src/core/automount.h
parentf2ec9d2955da1e8631ad6c53e7076f963463f149 (diff)
downloadsystemd-7c5cef22115c1898cce8d501d912e2685c83e16e.tar.gz
core/automount: Add ExtraOptions field
Diffstat (limited to 'src/core/automount.h')
-rw-r--r--src/core/automount.h1
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;