diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-04 18:39:19 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-04 20:23:08 +0900 |
commit | c95e6a4fffe935330b4018e49f95fff5ad2cc551 (patch) | |
tree | 0620e4e817fa2c381f42f7d2ec4234061c0f07c1 /include/mscp.h | |
parent | 304e71d5a0420c5293d233add7408a21c173ddfd (diff) |
do not passing msg_fp via mscp opts
instead, mpr_* functions print messages to stdout or stderr directly.
Diffstat (limited to 'include/mscp.h')
-rw-r--r-- | include/mscp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mscp.h b/include/mscp.h index b9724f8..8d68032 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -48,8 +48,6 @@ struct mscp_opts { int interval; /** interval between SSH connection attempts */ int severity; /** messaging severity. set MSCP_SERVERITY_* */ - int msg_fd; /** fd to output message. default STDOUT (0), - * and -1 disables output */ }; #define MSCP_SSH_MAX_LOGIN_NAME 64 |