diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-06 16:15:43 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-06 16:15:43 +0900 |
commit | a7f8ad948b38c450c0f9ccd52185771ae8f9754e (patch) | |
tree | c480252f0a26dca743d1c81818dec6f6a660f29e /include | |
parent | ff45d9d71b85a618aed6d3d5e5056bada6ff81f9 (diff) |
add -p option, preserving file timestamps
Diffstat (limited to 'include')
-rw-r--r-- | include/mscp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_* */ }; |