summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-22 11:19:10 +0100
committerVolker Lendecke <vl@samba.org>2010-03-22 12:03:44 +0100
commitb2f45f20b0108ba6c834f813386ab3d29a729abd (patch)
treefb434ca0775bdf00c15fb0ed382e75fb3f70dd49 /source3/include
parent0cf9d62f30218efcfddf2b00e6117fb670f0f911 (diff)
downloadsamba-b2f45f20b0108ba6c834f813386ab3d29a729abd.tar.gz
samba-b2f45f20b0108ba6c834f813386ab3d29a729abd.tar.bz2
samba-b2f45f20b0108ba6c834f813386ab3d29a729abd.zip
s3: Add "log writeable files on exit" parameter
This boolean option controls whether at exit time the server dumps a list of files with debug level 0 that were still open for write. This is an administrative aid to find the files that were potentially corrupt if the network connection died.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 69fd591057..4832a60c90 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4029,6 +4029,7 @@ bool lp_usershare_allow_guests(void);
bool lp_usershare_owner_only(void);
bool lp_disable_netbios(void);
bool lp_reset_on_zero_vc(void);
+bool lp_log_writeable_files_on_exit(void);
bool lp_ms_add_printer_wizard(void);
bool lp_dns_proxy(void);
bool lp_wins_support(void);