From a7f8ad948b38c450c0f9ccd52185771ae8f9754e Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Tue, 6 Feb 2024 16:15:43 +0900 Subject: add -p option, preserving file timestamps --- include/mscp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mscp.h b/include/mscp.h index f8ff0df..1c3528c 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -44,6 +44,7 @@ struct mscp_opts { char *coremask; /** hex to specifiy usable cpu cores */ int max_startups; /** sshd MaxStartups concurrent connections */ int interval; /** interval between SSH connection attempts */ + bool preserve_ts; /** preserve file timestamps */ int severity; /** messaging severity. set MSCP_SERVERITY_* */ }; -- cgit v1.2.3