summaryrefslogtreecommitdiffstats
path: root/lib/param/s3_param.h
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-28 13:19:16 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-07-07 23:32:36 +0200
commit288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6 (patch)
treee4491d1e3b32f9832aa120a4d93e0ae5ae8057bd /lib/param/s3_param.h
parent090fb5a517377a5156f299799fadcd6ae7613f42 (diff)
downloadsamba-288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6.tar.gz
samba-288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6.tar.xz
samba-288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6.zip
param: set the flags on a s3 loadparm context
By setting up the flags when we initialize the context, the flags can be accessed by lib/param at any time. Change-Id: I60d4f3a9108560e204cf5f37da9c7d995939e146 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
Diffstat (limited to 'lib/param/s3_param.h')
-rw-r--r--lib/param/s3_param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/s3_param.h b/lib/param/s3_param.h
index 77d8599db7..04dd56564a 100644
--- a/lib/param/s3_param.h
+++ b/lib/param/s3_param.h
@@ -22,6 +22,7 @@ struct loadparm_s3_helpers
bool (*lp_do_parameter)(int, const char *, const char *);
bool (*do_section)(const char *pszSectionName, void *userdata);
struct loadparm_global *globals;
+ unsigned int *flags;
};
#endif /* __S3_PARAM_H__ */